diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-06-10 23:27:20 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-06-10 23:27:20 -0700 |
commit | 78b10b1d7023ce09eee44ac346bfc2ae67b4e630 (patch) | |
tree | 6dc81a91f7f332e5cfd38b5e0cd86e5dff9cc5c1 /IPPay.pm | |
parent | 11ecf4593601fbde490e2dd752d3c0d7111083e7 (diff) |
0.09
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 <ivan-ippay@freeside.biz> 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<Business::OnlinePayment>. |