Silence new warnings about lc(undef) introduced in perl 5.12. Patch from Todd Rinald...
[Business-OnlinePayment-AuthorizeNet.git] / README
1 Copyright (c) 1999 Jason Kohles.
2 Copyright (c) 2002-2003 Ivan Kohler
3 All rights reserved. This program is free software; you can redistribute it
4 and/or modify it under the same terms as Perl itself.
5
6 This is Business::OnlinePayment::AuthorizeNet, an Business::OnlinePayment
7 backend module for Authorize.Net.  It is only useful if you have a merchant
8 account with Authorize.Net: http://www.authorize.net
9
10 This module has been updated and now implements Authorize.Net API version 3.1.
11
12 Jason Kohles is the original author.
13 Ivan Kohler <ivan-authorizenet@420.am> is the current maintainer.   Please
14 send patches as unified diffs (diff -u).
15
16
17 Business::OnlinePayment is a generic interface for processing payments through
18 online credit card processors, online check acceptance houses, etc.  (If you
19 like buzzwords, call it an "multiplatform ecommerce-enabling middleware
20 solution").