X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment.git;a=blobdiff_plain;f=OnlinePayment.pm;h=ceb9c748f9d163027e9f38d61b641eca91f6bc47;hp=73f1123050f71c227add55bd702b54d6fbdd963c;hb=28e0a1b289b4d872901ba5274a7118d1ae503503;hpb=04c0abc212cb71f79e42d11ce438e82f4a7a5de7 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.