request patches as diff -u
authorivan <ivan>
Wed, 26 Feb 2003 03:46:54 +0000 (03:46 +0000)
committerivan <ivan>
Wed, 26 Feb 2003 03:46:54 +0000 (03:46 +0000)
AuthorizeNet.pm

index 4fe402b..7b4778f 100644 (file)
@@ -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.