summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfbriere <fbriere>2006-02-13 21:10:31 +0000
committerfbriere <fbriere>2006-02-13 21:10:31 +0000
commit7af3e137d97474aa364a585359bbfb400f0594cf (patch)
treed4da4c5f4b376b2566ca5cca6d304ddf4d168afb /README
Initial import
Diffstat (limited to 'README')
-rwxr-xr-xREADME42
1 files changed, 42 insertions, 0 deletions
diff --git a/README b/README
new file mode 100755
index 0000000..699e66e
--- /dev/null
+++ b/README
@@ -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.
+
+