diff options
author | fbriere <fbriere> | 2006-02-14 01:15:42 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-02-14 01:15:42 +0000 |
commit | 9b6828c30cf23d5b02d86d0baa560ebb9a757692 (patch) | |
tree | 0e192a7e93b160d50fa1fc517952e923e3a83e0f | |
parent | f8a684f8918d5c8fb65bffba1adf5f6dede0bb75 (diff) |
Updated README
-rwxr-xr-x | README | 29 |
1 files changed, 13 insertions, 16 deletions
@@ -1,16 +1,11 @@ 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 + This is Business::OnlinePayment::InternetSecure, a Business::OnlinePayment + backend module for InternetSecure. It is only useful if you have a merchant + account with InternetSecure: <http://www.internetsecure.com>. - 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. + It is based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles. INSTALLATION @@ -21,22 +16,24 @@ To install this module type the following: make test make install - Online tests +Live tests will be skipped unless you provide a valid InternetSecure merchant +ID via the MERCHANT_ID environment variable. Here is one way to do this: + + MERCHANT_ID=1234 make test DEPENDENCIES This module requires these other modules and libraries: - Depends on B:OP, Net::SSLeay and XML::Simple + Business::OnlinePayment + Net::SSLeay + XML::Simple COPYRIGHT AND LICENCE -Put the correct copyright and licence information here. - -Copyright (C) 2004 by Frederic Briere +Copyright (C) 2006 by Frédéric Brière 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, +it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available. - |