Hello I have this issue I am trying to do a test on paypal thru Sandbox API and the credit card that they provide me with has a expiration of 2019 and on opencart you could only go up to 2018 is their a way to add more number to that field and where is it located thank you.
Could be in this file - catalog\controller\payment\payment_direct.php
Look for this code
That + 10 would be plus 10 years.
Look for this code
Code: Select all
$this->data['year_expire'] = array();
for ($i = $today['year']; $i < $today['year'] + 10; $i++) { ...
http://www.alreadymade.com
Follow me on twitter.com/alreadymade
Who is online
Users browsing this forum: No registered users and 57 guests