diff options
author | ivan <ivan> | 2011-08-16 02:00:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-16 02:00:17 +0000 |
commit | 14aefe1a4803346a26deed80aa0fc49bb0a23d97 (patch) | |
tree | 0d8ce18eaf575a5a057b6563bfc1ca16d46bad0c /NMI.pm | |
parent | e74f5f0a651caeff48076605e220e3600118ae47 (diff) |
Diffstat (limited to 'NMI.pm')
-rw-r--r-- | NMI.pm | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |