diff options
author | ivan <ivan> | 2010-12-20 02:35:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-20 02:35:20 +0000 |
commit | 0aaa3a6a62a90d74f9fa23103e568888c905f7eb (patch) | |
tree | a16387690f4dc79b87da69bf0c675ba5038781a0 /AuthorizeNet.pm | |
parent | f82fc3906ef6014e0571f6cd25b0c995a239f454 (diff) |
- Incorporate Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes by
Thomas Sibley and, using it, provide more descriptive error messages.
- Switch to Business::OnlinePayment::HTTPS instead of using Net::SSLeay
directly
Diffstat (limited to 'AuthorizeNet.pm')
-rw-r--r-- | AuthorizeNet.pm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index a73a84e..b00547d 100644 --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -443,6 +443,9 @@ fields: tax, freight, duty, tax_exempt, po_number. 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. + =head1 CONTRIBUTIONS AND REPOSITORY Please send patches as unified diffs (diff -u) to (in order of preference): @@ -474,6 +477,22 @@ Or on the web: http://freeside.biz/cgi-bin/viewvc.cgi/Business-OnlinePayment-AuthorizeNet/ +=head1 A WORD FROM OUR SPONSOR + +This module and the Business::OnlinePayment framework are maintained by by +Freeside Internet Services. If you need a complete, open-source web-based +application to manage your customers, billing and trouble ticketing, please +visit http://freeside.biz/ + +=head1 COPYRIGHT & LICENSE + +Copyright 2010 Freeside Internet Services, Inc. +Copyright 2008 Thomas Sibley +All rights reserved. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + =head1 SEE ALSO perl(1). L<Business::OnlinePayment>. |