diff options
Diffstat (limited to 'README')
-rwxr-xr-x | README | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -0,0 +1,42 @@ +Business-OnlinePayment-InternetSecure version 0.01 +================================================== + + This is Business::OnlinePayment::BankOfAmerica, a Business::OnlinePayment + backend module for Bank of America eStores. It is only useful if you + have a merchant account with Bank of America eStores: + http://www.bofa.com/merchantservices/index.cfm?template=merch_ic_estores_ov.cfm + + It based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles. + +archive can use it get an idea of the modules uses. It is usually a +good idea to provide version information here so that people can +decide whether fixes for the module are worth downloading. + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test + make install + + Online tests + +DEPENDENCIES + +This module requires these other modules and libraries: + + Depends on B:OP, Net::SSLeay and XML::Simple + +COPYRIGHT AND LICENCE + +Put the correct copyright and licence information here. + +Copyright (C) 2004 by Frederic Briere + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.4 or, +at your option, any later version of Perl 5 you may have available. + + |