X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-IPPay.git;a=blobdiff_plain;f=IPPay.pm;fp=IPPay.pm;h=4b9498393535b5b82ef829c528de5063ccadeb75;hp=3f289bec4985ad13b3a3575b66aa07b361428266;hb=78b10b1d7023ce09eee44ac346bfc2ae67b4e630;hpb=11ecf4593601fbde490e2dd752d3c0d7111083e7 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.