Credit Card Lifespan
Credit Card Lifespan
Unlike most, we actually want to keep the credit card data longer than the 60 days allowed through the admin interface. Could someone point me the correct place where I can find the code to change. Thank You.
Re: Credit Card Lifespan
I found the line of code that needs to be changed. Its under Admin/Store/Security/Default.aspx
The line of code is: private const int MAX_PAYMENT_LIFESPAN = 60;
I've changed it the 60 to 730 and its works fine.
Its the 5th line of code.
The line of code is: private const int MAX_PAYMENT_LIFESPAN = 60;
I've changed it the 60 to 730 and its works fine.
Its the 5th line of code.