Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cvv2 not storing cvv2 numbers in the database


gerard

Recommended Posts

Have installed the above contirbution, (CVV on cc.php version 1.24 for OsCommerce 2.2 Milestone Release #2)

 

But having a problem with the cvv2 number not being stored in the database, everything else is, number expiry date.

 

 

this contridb has a excellent way of removing them after use, as i know it is illeagal to store them permantly.

 

Anyone have and ideas to help ift would be appreciated.

 

 

Gerard

Link to comment
Share on other sites

Have installed the above contirbution, (CVV on cc.php version 1.24 for OsCommerce 2.2 Milestone Release #2)

 

But having a problem with the cvv2 number not being stored in the database, everything else is, number expiry date.

this contridb has a excellent way of removing them after use, as i know it is illeagal to store them permantly.

 

Anyone have and ideas to help ift would be appreciated.

Gerard

 

 

After further testing it is not writing to the databse, If I manually add the number via phpadmin, it stores it and then returns is via the admin/orders, but it is not writing via checkout.????

Link to comment
Share on other sites

After further testing it is not writing to the databse, If I manually add the number via phpadmin, it stores it and then returns is via the admin/orders, but it is not writing via checkout.????

 

 

It was because I had the register globals patch, if you have aswell try this.

 

 

in includes/classes/order.php you will need to add around line 30 under link_post_variable('ccexpires');

 

 

 

link_post_variable('cvvnumber');

 

that did the trick for me.

Link to comment
Share on other sites

  • 5 months later...

Is there an updated version of the cvv contribution for ms2.2rc1?

 

I installed it and the code is a lot different and it didn't work at all.

 

Thanks!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...