blob: 699e66e997d4d664ea76270697441c4452ed09d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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.
|