mitc010 Posted May 29, 2005 Share Posted May 29, 2005 When the users enters their credit card number and exp date, there are no numbers next to the months. I would like to add those numbers. I'm new so I'm guessing the months are stored in an array where where. Can some one help me out and tell me where the array might be or if its not an array point me in the right direction. Thanks Link to comment Share on other sites More sharing options...
mitc010 Posted May 29, 2005 Author Share Posted May 29, 2005 I forgot to say that the cc mod is authorize.net Link to comment Share on other sites More sharing options...
FalseDawn Posted May 29, 2005 Share Posted May 29, 2005 This section of code in includes/modules/payment/authorizenet.php for ($i=1; $i<13; $i++) { $expires_month[] = array('id' => sprintf('%02d', $i), 'text' => strftime('%B',mktime(0,0,0,$i,1,2000))); } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.