- Documentation: fix spelling errors, thanks to Xavier Guimard
authorIvan Kohler <ivan@freeside.biz>
Sat, 15 Feb 2014 20:06:47 +0000 (12:06 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 15 Feb 2014 20:06:47 +0000 (12:06 -0800)
- Documentation: remove redundant/out-of-date AUTHORS section in AIM.pm

AuthorizeNet.pm
AuthorizeNet/AIM.pm
Changes

index 136cbb7..fd04f5a 100644 (file)
@@ -361,7 +361,7 @@ from content(%content):
 
 Use your transaction key in the password field.
 
-Unlike Business::OnlinePayment or pre-3.0 verisons of
+Unlike Business::OnlinePayment or pre-3.0 versions of
 Business::OnlinePayment::AuthorizeNet, 3.1 requires separate first_name and
 last_name fields.
 
@@ -429,7 +429,7 @@ key" authentication as well support for the recurring_billing flag and the md5
 method that returns the MD5 hash which is returned by the gateway.
 
 Steve Simitzis contributed a patch for better compatibility with
-eProcessingNetwork's AuthorizeNet compatability mode.
+eProcessingNetwork's AuthorizeNet compatibility mode.
 
 Michael G. Schwern contributed cleanups, test fixes, and more.
 
@@ -446,6 +446,9 @@ Michael Peters fixed a bug in email address handling.
 Thomas Sibley <trs@bestpractical.com> wrote B:OP:AuthorizeNet::AIM::ErrorCodes
 which was borged and used to provide more descriptive error messages.
 
+Craig Pearlman <cpearlma@yahoo.com> sent in a patch to more accurately declare
+required fields for E-check transcations.
+
 =head1 CONTRIBUTIONS AND REPOSITORY
 
 Please send patches as unified diffs (diff -u) to (in order of preference):
index c66247a..4a02514 100644 (file)
@@ -315,37 +315,6 @@ __END__
 
 Business::OnlinePayment::AuthorizeNet::AIM - AuthorizeNet AIM backend for Business::OnlinePayment
 
-=head1 AUTHOR
-
-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.  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.
-OST <services@ostel.com> paid for it.
-
-T.J. Mather <tjmather@maxmind.com> sent a number of CVV2 patches.
-
-Mike Barry <mbarry@cos.com> sent in a patch for the referer field.
-
-Yuri V. Mkrtumyan <yuramk@novosoft.ru> sent in a patch to add the void action.
-
-Paul Zimmer <AuthorizeNetpm@pzimmer.box.bepress.com> sent in a patch for
-card-less post authorizations.
-
-Daemmon Hughes <daemmon@daemmonhughes.com> sent in a patch for "transaction
-key" authentication as well support for the recurring_billing flag and the md5
-method that returns the MD5 hash which is returned by the gateway.
-
-Steve Simitzis contributed a patch for better compatibility with
-eProcessingNetwork's AuthorizeNet compatability mode.
-
-Craig Pearlman <cpearlma@yahoo.com> sent in a patch to more accurately declare
-required fields for E-check transcations.
-
 =head1 SEE ALSO
 
 perl(1). L<Business::OnlinePayment> L<Business::OnlinePayment::AuthorizeNet>.
diff --git a/Changes b/Changes
index df93d8e..3274f7b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,8 @@ Revision history for Perl extension Business::OnlinePayment::AuthorizeNet.
         - Don't require libense_num / license_state / license_dob for E-Check
           transacitons; not a universal requirement.  Patch from Craig
           Pearlman, thanks!
+        - Documentation: fix spelling errors, thanks to Xavier Guimard
+        - Documentation: remove redundant/out-of-date AUTHORS section in AIM.pm
 
 3.22  Mon Sep 26 15:06:52 PDT 2011
         - Add missing t/lib/Business/FraudDetect/_Fake.pm to MANIFEST to fix