Add optional transaction field to documentation: currency
authorivan <ivan>
Sun, 17 Apr 2011 19:07:12 +0000 (19:07 +0000)
committerivan <ivan>
Sun, 17 Apr 2011 19:07:12 +0000 (19:07 +0000)
Changes
OnlinePayment.pm

diff --git a/Changes b/Changes
index 9aafd27..94ecb72 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Business::OnlinePayment.
 
 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.
 3.01    Wed Jul 14 13:54:57 PDT 2010
         - Add optional transaction fields to documentation: tax, freight,
           duty, tax_exempt, po_number.
index 73f1123..ceb9c74 100644 (file)
@@ -6,7 +6,7 @@ use Carp;
 
 require 5.005;
 
 
 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()
 $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).
 
 
 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
 =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)
 
 
 Track 2 on the magnetic stripe (Card present only)
 
-=item recurring billing
+=item recurring_billing
 
 Recurring billing flag
 
 
 Recurring billing flag
 
@@ -769,7 +774,7 @@ Phil Lobbes E<lt>phil at perkpartners dot comE<gt>
 
 Copyright (c) 1999-2004 Jason Kohles
 Copyright (c) 2004 Ivan Kohler
 
 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.
 
 
 All rights reserved.