diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-15 12:06:47 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-15 12:06:47 -0800 |
commit | c0f92ee088a8f47299298f5eafff2f804721c00c (patch) | |
tree | 836009d055cbc59093f5f5f24852c96ca38410bf /AuthorizeNet.pm | |
parent | 9742e21791c5ca793965f9f84559fd9d9ac15a92 (diff) |
- Documentation: fix spelling errors, thanks to Xavier Guimard
- Documentation: remove redundant/out-of-date AUTHORS section in AIM.pm
Diffstat (limited to 'AuthorizeNet.pm')
-rw-r--r-- | AuthorizeNet.pm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index 136cbb7..fd04f5a 100644 --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -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): |