Guest Posted October 29, 2008 Share Posted October 29, 2008 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 More sharing options...
Guest Posted October 29, 2008 Share Posted October 29, 2008 !!! 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.