Added FIXME tag
[Business-OnlinePayment-InternetSecure.git] / README
1 Business-OnlinePayment-InternetSecure version 0.01
2 ==================================================
3
4  This is Business::OnlinePayment::BankOfAmerica, a Business::OnlinePayment
5  backend module for Bank of America eStores.  It is only useful if you
6  have a merchant account with Bank of America eStores:
7  http://www.bofa.com/merchantservices/index.cfm?template=merch_ic_estores_ov.cfm
8
9  It based on Business::OnlinePayment::AuthorizeNet written by Jason Kohles.
10
11 archive can use it get an idea of the modules uses. It is usually a
12 good idea to provide version information here so that people can
13 decide whether fixes for the module are worth downloading.
14
15 INSTALLATION
16
17 To install this module type the following:
18
19    perl Makefile.PL
20    make
21    make test
22    make install
23
24  Online tests
25
26 DEPENDENCIES
27
28 This module requires these other modules and libraries:
29
30  Depends on B:OP, Net::SSLeay and XML::Simple
31
32 COPYRIGHT AND LICENCE
33
34 Put the correct copyright and licence information here.
35
36 Copyright (C) 2004 by Frederic Briere
37
38 This library is free software; you can redistribute it and/or modify
39 it under the same terms as Perl itself, either Perl version 5.8.4 or,
40 at your option, any later version of Perl 5 you may have available.
41
42