Skip Menu |

This queue is for tickets about the Business-OnlinePayment-AuthorizeNet CPAN distribution.

Report information
The Basics
Id: 82514
Status: resolved
Priority: 0/
Queue: Business-OnlinePayment-AuthorizeNet

People
Owner: ivan-pause [...] 420.am
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 3.22
Fixed in: (no value)



Subject: Spelling error in pod
Hi, there is a little error in pod: --- libbusiness-onlinepayment-authorizenet-perl-3.22.orig/AuthorizeNet.pm +++ libbusiness-onlinepayment-authorizenet-perl-3.22/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.
Here is the complete patch including some other errors: --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -361,7 +361,7 @@ 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 @@ 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. --- a/AuthorizeNet/AIM.pm +++ b/AuthorizeNet/AIM.pm @@ -338,7 +338,7 @@ 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. =head1 SEE ALSO
Pushed to git master, will be in 3.23; thanks!