From: Ivan Kohler Date: Fri, 4 May 2012 22:15:45 +0000 (-0700) Subject: Document Reverse Authorization action X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment.git;a=commitdiff_plain;h=d0a0086336b8c7b9f0ea3e4dea903f6a44bdefcc Document Reverse Authorization action --- diff --git a/Changes b/Changes index f2d1a19..0aa1ebf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlinePayment. +3.03 unreleased + - Document Reverse Authorization action + 3.02 Fri Aug 19 16:20:04 PDT 2011 - Fix fatal error calling ->info('supported_actions') on a gateway that does not yet support introspection (e.g. AuthorizeNet) diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 63093fa..4165451 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -6,7 +6,7 @@ use Carp; require 5.005; -$VERSION = '3.02'; +$VERSION = '3.03_01'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number # Remember subclasses we have "wrapped" submit() with _pre_submit() @@ -345,6 +345,8 @@ What action being taken by this transaction. Currently available are: =item Post Authorization +=item Reverse Authorization + =item Void =item Credit @@ -774,7 +776,7 @@ Phil Lobbes Ephil at perkpartners dot comE Copyright (c) 1999-2004 Jason Kohles Copyright (c) 2004 Ivan Kohler -Copyright (c) 2007-2011 Freeside Internet Services, Inc. +Copyright (c) 2007-2012 Freeside Internet Services, Inc. All rights reserved. diff --git a/README b/README index a6e2be3..7566d31 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Copyright (c) 1999-2004 Jason Kohles Copyright (c) 2004 Ivan Kohler -Copyright (c) 2007-2010 Freeside Internet Services, Inc. +Copyright (c) 2007-2012 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.