From: ivan Date: Wed, 14 Nov 2007 21:26:05 +0000 (+0000) Subject: add email->Email mapping X-Git-Tag: Business_OnlinePayment_TransactionCentral_0_05~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-TransactionCentral.git;a=commitdiff_plain;h=0c684b2be36c5949d81feacdc9ffa9166e702a6f add email->Email mapping --- diff --git a/Changes b/Changes index 547b726..86fad5f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlinePayment::TransactionCentral. +0.05 unreleased + - add email->Email mapping + 0.04 Wed May 30 11:53:00 PDT 2007 - depend on B:OP v3 - fix a "false success" problem caused by discrepancy between test and diff --git a/lib/Business/OnlinePayment/TransactionCentral.pm b/lib/Business/OnlinePayment/TransactionCentral.pm index c9d7653..d510255 100644 --- a/lib/Business/OnlinePayment/TransactionCentral.pm +++ b/lib/Business/OnlinePayment/TransactionCentral.pm @@ -8,7 +8,7 @@ use Business::OnlinePayment::HTTPS 0.02; use vars qw($VERSION @ISA $DEBUG); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.04'; +$VERSION = '0.05'; $DEBUG = 0; sub set_defaults { @@ -35,6 +35,7 @@ sub submit { 'NameonAccount' => 'name', 'AVSADDR' => 'address', 'AVSZIP' => 'zip', + 'Email' => 'email', 'CCRURL' => \'', 'CVV2' => 'cvv2', 'TransID' => 'order_number',