Skip Menu |

This queue is for tickets about the Business-OnlinePayment-Beanstream CPAN distribution.

Report information
The Basics
Id: 52464
Status: new
Priority: 0/
Queue: Business-OnlinePayment-Beanstream

People
Owner: Nobody in particular
Requestors: matthew [...] mdarwin.ca
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



Subject: No CVV2 verification
The CVV2 verification is not implemented. Need to do something like this: $self->remap_fields( login => 'merchant_id', action => 'trnType', description => 'trnComments', amount => 'trnAmount', invoice_number => 'trnOrderNumber', owner => 'trnCardOwner', name => 'ordName', address => 'ordAddress1', city => 'ordCity', state => 'ordProvince', zip => 'ordPostalCode', country => 'ordCountry', phone => 'ordPhoneNumber', email => 'ordEmailAddress', card_number => 'trnCardNumber', exp_date => 'trnExpYear', cvv2 => 'trnCardCvd', ); [....] my %post_data = $self->get_fields( qw/merchant_id trnType trnComments trnAmount trnOrderNumber trnCardNumber trnExpYear trnExpMonth trnCardCvd trnCardOwner ordName ordAddress1 ordCity ordProvince ordPostalCode ordCountry ordPhoneNumber ordEmailAddress/ );