Credit Card Lifespan

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
fredmccay
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Wed Dec 03, 2008 9:28 pm

Credit Card Lifespan

Post by fredmccay » Wed Dec 03, 2008 9:32 pm

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.

fredmccay
Ensign (ENS)
Ensign (ENS)
Posts: 13
Joined: Wed Dec 03, 2008 9:28 pm

Re: Credit Card Lifespan

Post by fredmccay » Thu Dec 04, 2008 3:17 am

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.

Post Reply