3.02
authorivan <ivan>
Fri, 19 Aug 2011 23:20:54 +0000 (23:20 +0000)
committerivan <ivan>
Fri, 19 Aug 2011 23:20:54 +0000 (23:20 +0000)
Changes
OnlinePayment.pm

diff --git a/Changes b/Changes
index de58e25..f2d1a19 100644 (file)
--- 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
index 0c9d2ff..63093fa 100644 (file)
@@ -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()