motoxpress Posted December 21, 2005 Share Posted December 21, 2005 Where do I change the Expiration date pull down on the Authorize.net module? -mx Quote Link to comment Share on other sites More sharing options...
Guest Posted December 21, 2005 Share Posted December 21, 2005 Its in the selection() function of the authorizenet.php $today = getdate(); for ($i=$today['year']; $i < $today['year']+10; $i++) { $expires_year[] = array('id' => strftime('%y',mktime(0,0,0,1,1,$i)), 'text' => strftime('%Y',mktime(0,0,0,1,1,$i))); } Quote Link to comment Share on other sites More sharing options...
motoxpress Posted December 22, 2005 Author Share Posted December 22, 2005 Thanks. I guess it was updated. The clietn thought it wasn't. Someone planned it well :) -mx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.