AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Ollie on March 20, 2015, 01:44:02 PM

Title: Credit Card Expiration Year
Post by: Ollie on March 20, 2015, 01:44:02 PM
Where can I edit the expiration year for credit card payments? I need to add the year 2021 and up.
Title: Re: Credit Card Expiration Year
Post by: Basara on March 23, 2015, 03:32:56 AM
Hi.

What is your payment method?
Title: Re: Credit Card Expiration Year
Post by: Ollie on March 26, 2015, 05:50:03 AM
What is your payment method?
I use the Authorize.net gateway
Title: Re: Credit Card Expiration Year
Post by: abolabo on March 26, 2015, 11:45:58 AM
https://github.com/abantecart/abantecart-src/blob/master/public_html/extensions/default_authorizenet_aim/storefront/controller/responses/extension/default_authorizenet_aim.php#L77

replace 11 by your own
Title: Re: Credit Card Expiration Year
Post by: Ollie on March 27, 2015, 10:22:10 PM
Thank you!