Initial release
[Business-OnlinePayment-NMI.git] / README
1 Business-OnlinePayment-NMI
2 A Business::OnlinePayment backend for credit card and electronic check 
3 processing through the Network Merchants Inc. system.
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::NMI
20
21 You can also look for information at:
22
23     RT, CPAN's request tracker
24         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Business-OnlinePayment-NMI
25
26     AnnoCPAN, Annotated CPAN documentation
27         http://annocpan.org/dist/Business-OnlinePayment-NMI
28
29     CPAN Ratings
30         http://cpanratings.perl.org/d/Business-OnlinePayment-NMI
31
32     Search CPAN
33         http://search.cpan.org/dist/Business-OnlinePayment-NMI/
34
35 Support for commercial users is available from:
36
37     Freeside Internet Services, Inc.
38         http://www.freeside.biz
39
40 COPYRIGHT AND LICENCE
41
42 Copyright (C) 2010 Mark Wells <mark@freeside.biz>
43 Copyright (C) 2010 Freeside Internet Services, Inc.
44
45 This program is free software; you can redistribute it and/or modify it
46 under the same terms as Perl itself.
47