From 78b10b1d7023ce09eee44ac346bfc2ae67b4e630 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 10 Jun 2014 23:27:20 -0700 Subject: 0.09 --- IPPay.pm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'IPPay.pm') diff --git a/IPPay.pm b/IPPay.pm index 3f289be..4b94983 100644 --- a/IPPay.pm +++ b/IPPay.pm @@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.09_03'; +$VERSION = '0.09'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; @@ -19,7 +19,7 @@ $me = 'Business::OnlinePayment::IPPay'; sub _info { { - 'info_version' => '0.01', + 'info_compat' => '0.01', 'module_version' => $VERSION, 'supported_types' => [ qw( CC ECHECK ) ], 'supported_actions' => { 'CC' => [ @@ -625,6 +625,15 @@ Current maintainer: Ivan Kohler Reverse Authorization patch from dougforpres +=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 with IPPay and over 50 other gateways, invoicing, integrated +trouble ticketing, and customer signup and self-service web interfaces. + +http://freeside.biz/freeside/ + =head1 SEE ALSO perl(1). L. -- cgit v1.2.1