From a072c420873c14bfeeb25e9ecf2666004c3dd2e2 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 19 Aug 2011 23:20:54 +0000 Subject: [PATCH] 3.02 --- Changes | 2 +- OnlinePayment.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index de58e25..f2d1a19 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Business::OnlinePayment. -3.02 unreleased +3.02 Fri Aug 19 16:20:04 PDT 2011 - Fix fatal error calling ->info('supported_actions') on a gateway that does not yet support introspection (e.g. AuthorizeNet) - Fix introspection with a complicated supported_actions diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 0c9d2ff..63093fa 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -6,7 +6,7 @@ use Carp; require 5.005; -$VERSION = '3.02_02'; +$VERSION = '3.02'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number # Remember subclasses we have "wrapped" submit() with _pre_submit() -- 2.11.0