diff options
-rw-r--r-- | AuthorizeNet.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index 4fe402b..7b4778f 100644 --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -1,6 +1,6 @@ package Business::OnlinePayment::AuthorizeNet; -# $Id: AuthorizeNet.pm,v 1.18 2003-01-22 09:59:02 ivan Exp $ +# $Id: AuthorizeNet.pm,v 1.19 2003-02-26 03:46:54 ivan Exp $ use strict; use Carp; @@ -291,7 +291,8 @@ https://secure.authorize.net/docs/developersguide.pml for details. Jason Kohles, jason@mediabang.com Ivan Kohler <ivan-authorizenet@420.am> updated it for Authorize.Net protocol -3.0/3.1 and is the current maintainer. +3.0/3.1 and is the current maintainer. Please send patches as unified diffs +(diff -u). Jason Spence <jspence@lightconsulting.com> contributed support for separate Authorization Only and Post Authorization steps and wrote some docs. |