diff options
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 |