Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Beanstream Payment Module not Passing CVV 3-digit code / contrib.5380


Guest

Recommended Posts

Hello,

 

I am using the Beanstream Payment Module 5380:

http://addons.oscommerce.com/info/5380

 

The CVV/CVD code is not being sent to the payment gateway - according to Beanstream support. Beanstream recommended I seek help here to figure out why the 3 digit CVV/CVD code is not being sent with the rest of the information.

 

Is it possible the CVV/CVD 3 digit code is not being temporarily stored? Where does the CVV/CVD code go? Do I need to create a database field?

 

Can anyone help?

 

Thanks.

 

Shane

Link to comment
Share on other sites

!!! SOLVED !!!!

 

 

I just explored the code and found an error in the module code for the USD...

 

catalog/includes/modules/payment/beanstream_usd.php

 

CHECKOUT link 206:

 

tep_draw_hidden_field('trnCardCvd', $HTTP_POST_VARS['beanstream_cdn_cc_cvd']) .

 

SHOULD BE:

 

tep_draw_hidden_field('trnCardCvd', $HTTP_POST_VARS['beanstream_usd_cc_cvd']) .

 

 

Shane

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...