0.03 master
authorivan <ivan>
Tue, 16 Aug 2011 02:00:17 +0000 (02:00 +0000)
committerivan <ivan>
Tue, 16 Aug 2011 02:00:17 +0000 (02:00 +0000)
Changes
NMI.pm
README

diff --git a/Changes b/Changes
index 63d34c2..afc6ce2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
 
diff --git a/NMI.pm b/NMI.pm
index a20c959..4e979dc 100644 (file)
--- a/NMI.pm
+++ b/NMI.pm
@@ -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
 
diff --git a/README b/README
index f4109ea..969e834 100644 (file)
--- a/README
+++ b/README
@@ -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/
+