summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME29
1 files changed, 13 insertions, 16 deletions
diff --git a/README b/README
index 699e66e..ef15cc6 100755
--- a/README
+++ b/README
@@ -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.
-