summaryrefslogtreecommitdiff
path: root/NMI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'NMI.pm')
-rw-r--r--NMI.pm11
1 files changed, 10 insertions, 1 deletions
diff --git a/NMI.pm b/NMI.pm
index a20c959..4e979dc 100644
--- 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