New Paymentech module renamed
[Business-OnlinePayment-PaymenTech.git] / README
1 Business-OnlinePayment-PaymenTech is a Business::OnlinePayment 
2 module for processing credit card payments through the Chase 
3 Paymentech Orbital Gateway.
4
5 INSTALLATION
6
7 To install this module, run the following commands:
8
9         perl Makefile.PL
10         make
11         make test
12         make install
13
14 SUPPORT AND DOCUMENTATION
15
16 After installing, you can find documentation for this module with the
17 perldoc command.
18
19     perldoc Business::OnlinePayment::PaymenTech
20
21 COPYRIGHT AND LICENCE
22
23 Copyright (C) 2009 Mark Wells
24
25 This program is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself.
27