AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started 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.
-
Hi.
What is your payment method?
-
What is your payment method?
I use the Authorize.net gateway
-
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
-
Thank you!