From f90136a4a5c75f2df2a766ae96e81f04e5e84edd Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 5 Dec 2007 07:28:09 +0000 Subject: [PATCH] standardize track1 and track2 fields. so mote it be! --- Changes | 2 ++ OnlinePayment.pm | 14 ++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 8a87fb6..a05532f 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,8 @@ Revision history for Perl extension Business::OnlinePayment. 3.00_09 unreleased - doc: Allowable values of account_type - doc: Recurring billing actions and fields + - doc: new standard fields track1, track2, patch from Chris Travers, + thanks! 3.00_08 Wed Jun 13 17:51:14 PDT 2007 - B:OP:HTTPS: set response_page, response_code, response_headers diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 1426fc7..5087999 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -389,8 +389,7 @@ IP Address from which the transaction originated. =item * card_number -Credit card number (obviously not required for non-credit card -transactions). +Credit card number. =item * cvv2 @@ -399,8 +398,15 @@ security code used to reduce credit card fraud. =item * expiration -Credit card expiration (obviously not required for non-credit card -transactions). +Credit card expiration. + +=item * track1 + +Track 1 on the magnetic stripe (Card present only) + +=item * track2 + +Track 2 on the magnetic stripe (Card present only) =item * recurring billing -- 2.11.0