Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Deleting / Removing Credit Card Number


syscon

Recommended Posts

I'm using 2.1 so don't know of any 2.2 options.

Since the cc number is not written to the database until payment_confirmation.php is submitted, and no other action is required after payment_confirmation.php, there is no trigger to automatically remove the cc number. You could really hack things up and have the cc number emailed (using PGP I'd hope), and never actually write it to the database using payment_confirmation.php as the trigger. It would be a bit of a task, but it could be done.

 

Another option is some sort of time based (chron type) process that querys the mySQL database every couple of minutes to purge any cc #'s (still need to make sure you recorded them for the purchase).

 

Syscon's phpMyAdmin is the easiest solution, but has to be done manually. Good Luck!

-nan

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...