diff options
Diffstat (limited to 'lib/Business/OnlinePayment')
-rw-r--r-- | lib/Business/OnlinePayment/vSecureProcessing.pm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/Business/OnlinePayment/vSecureProcessing.pm b/lib/Business/OnlinePayment/vSecureProcessing.pm index 696da87..6744e25 100644 --- a/lib/Business/OnlinePayment/vSecureProcessing.pm +++ b/lib/Business/OnlinePayment/vSecureProcessing.pm @@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS; @ISA = qw(Business::OnlinePayment::HTTPS); $DEBUG = 0; -$VERSION = '0.07'; +$VERSION = '0.08'; sub _info { 'info_compat' => '0.01', @@ -228,8 +228,8 @@ sub submit { Trk1 => ($content{'track1'}) ? $content{'track1'} : '', Trk2 => ($content{'track2'}) ? $content{'track2'} : '', TypeOfSale => ($content{'description'}) ? $content{'description'} : '', - Cf1 => ($content{'UDField1'}) ? $content{'UDField1'} : '', - Cf2 => ($content{'UDField2'}) ? $content{'UDField2'} : '', + Cf1 => ($content{'invoice_number'}) ? $content{'invoice_number'} : '', + Cf2 => ($content{'customer_id'}) ? $content{'customer_id'} : '', Cf3 => '', AccountNumber => ($content{'card_number'}) ? $content{'card_number'} : '', ExpirationMonth => $content{'exp_month'}, @@ -521,8 +521,8 @@ from content(%content): Amount => 'amount' AvsStreet => 'address', AvsZip => 'zip', - Cf1 => 'UDField1', - Cf2 => 'UDField2', + Cf1 => 'invoice_number', + Cf2 => 'customer_id', IndustryType => 'IndustryInfo', =head1 NOTE @@ -553,8 +553,9 @@ the same terms as Perl itself. Need a complete, open-source back-office and customer self-service solution? The Freeside software includes support for credit card and electronic check -processing with vSecureProcessing and over 50 other gateways, invoicing, integrated -trouble ticketing, and customer signup and self-service web interfaces. +processing with vSecureProcessing and over 60 other gateways, invoicing, +integrated trouble ticketing, and customer signup and self-service web +interfaces. http://freeside.biz/freeside/ |