summaryrefslogtreecommitdiff
path: root/NMI.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-08-16 02:00:17 +0000
committerivan <ivan>2011-08-16 02:00:17 +0000
commit14aefe1a4803346a26deed80aa0fc49bb0a23d97 (patch)
tree0d8ce18eaf575a5a057b6563bfc1ca16d46bad0c /NMI.pm
parente74f5f0a651caeff48076605e220e3600118ae47 (diff)
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