diff options
-rw-r--r-- | Changes | 9 | ||||
-rw-r--r-- | NMI.pm | 11 | ||||
-rw-r--r-- | README | 15 |
3 files changed, 30 insertions, 5 deletions
@@ -1,7 +1,12 @@ Revision history for Business-OnlinePayment-NMI +0.03 Mon Aug 15 18:58:41 PDT 2011 + - POD updates + - CPAN upload + 0.02 Tue Jun 15 12:16:59 PDT 2010 - Clean up for public release, add functional tests. + - Clean up for public release, add functional tests. + 0.01 Tue May 18 11:53:39 PDT 2010 - Initial release + - Initial release @@ -9,7 +9,7 @@ use URI::Escape; use vars qw($VERSION @ISA $DEBUG); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.02'; +$VERSION = '0.03'; $DEBUG = 0; @@ -307,5 +307,14 @@ Based in part on Business::OnlinePayment::USAePay by Jeff Finucane perl(1). L<Business::OnlinePayment>. +=head1 ADVERTISEMENT + +Need a complete, open-source back-office and customer self-service solution? +The Freeside software includes support for credit card and electronic check +processing, integrated trouble ticketing, and customer signup and self-service +web interfaces. + +http://freeside.biz/freeside/ + =cut @@ -2,6 +2,9 @@ Business-OnlinePayment-NMI A Business::OnlinePayment backend for credit card and electronic check processing through the Network Merchants Inc. system. +It's useful only if you have a merchant account with Jety Payments +(http://www.nmi.com/). + INSTALLATION To install this module, run the following commands: @@ -39,9 +42,17 @@ Support for commercial users is available from: COPYRIGHT AND LICENCE -Copyright (C) 2010 Mark Wells <mark@freeside.biz> -Copyright (C) 2010 Freeside Internet Services, Inc. +Copyright (C) 2010-2011 Freeside Internet Services, Inc. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. +ADVERTISEMENT + +Need a complete, open-source back-office and customer self-service solution? +The Freeside software includes support for credit card and electronic check +processing, integrated trouble ticketing, and customer signup and self-service +web interfaces. + +http://freeside.biz/freeside/ + |