0.03
[Business-BatchPayment.git] / README
1 Business::BatchPayment is a generic interface for processing credit card 
2 or electronic checking payments in an asynchronous manner.  It fills a 
3 similar role to Business::OnlinePayment, but works with processors that 
4 expect periodic delivery of payment requests and return results in a 
5 later step.
6
7 INSTALLATION
8
9 To install this module, run the following commands:
10
11         perl Makefile.PL
12         make
13         make test
14         make install
15
16 SUPPORT AND DOCUMENTATION
17
18 After installing, you can find documentation for this module with the
19 perldoc command.
20
21     perldoc Business::BatchPayment
22
23 Contact Freeside Internet Services <sales@freeside.biz> for commercial 
24 support and custom development services.
25
26 LICENSE AND COPYRIGHT
27
28 Copyright (C) 2012 Mark Wells
29
30 This program is free software; you can redistribute it and/or modify it
31 under the terms of either: the GNU General Public License as published
32 by the Free Software Foundation; or the Artistic License.
33
34 See http://dev.perl.org/licenses/ for more information.
35