From 28e0a1b289b4d872901ba5274a7118d1ae503503 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 17 Apr 2011 19:07:12 +0000 Subject: [PATCH] Add optional transaction field to documentation: currency --- Changes | 4 ++++ OnlinePayment.pm | 11 ++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 9aafd27..94ecb72 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Business::OnlinePayment. +3.02 unreleased + - doc fix for recurring_billing flag + - Add optional transaction field to documentation: currency + 3.01 Wed Jul 14 13:54:57 PDT 2010 - Add optional transaction fields to documentation: tax, freight, duty, tax_exempt, po_number. diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 73f1123..ceb9c74 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -6,7 +6,7 @@ use Carp; require 5.005; -$VERSION = '3.01'; +$VERSION = '3.02_00'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number # Remember subclasses we have "wrapped" submit() with _pre_submit() @@ -398,6 +398,11 @@ Duty amount (portion of amount field, not added to it). Tax exempt flag (i.e. TRUE, FALSE, T, F, YES, NO, Y, N, 1, 0). +=item currency + +Currency, specified as an ISO 4217 three-letter code, such as USD, CAD, EUR, +AUD, DKK, GBP, JPY, NZD, etc. + =back =head3 CUSTOMER INFO FIELDS @@ -522,7 +527,7 @@ Track 1 on the magnetic stripe (Card present only) Track 2 on the magnetic stripe (Card present only) -=item recurring billing +=item recurring_billing Recurring billing flag @@ -769,7 +774,7 @@ Phil Lobbes Ephil at perkpartners dot comE Copyright (c) 1999-2004 Jason Kohles Copyright (c) 2004 Ivan Kohler -Copyright (c) 2007-2010 Freeside Internet Services, Inc. +Copyright (c) 2007-2011 Freeside Internet Services, Inc. All rights reserved. -- 2.11.0