3.03
authorIvan Kohler <ivan@freeside.biz>
Tue, 29 Apr 2014 18:14:59 +0000 (11:14 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 29 Apr 2014 18:14:59 +0000 (11:14 -0700)
Changes
OnlinePayment.pm

diff --git a/Changes b/Changes
index a0fc2b7..ebdfdc9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Business::OnlinePayment.
 
-3.03    unreleased
+3.03    Tue Apr 29 11:14:25 PDT 2014
         - Document Reverse Authorization action
         - Document expiration is MM/YY and fix the example
         - Document repository moved from CVS to git
index 86551c4..f3d221c 100644 (file)
@@ -6,7 +6,7 @@ use Carp;
 
 require 5.005;
 
-$VERSION = '3.03_02';
+$VERSION = '3.03';
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 # Remember subclasses we have "wrapped" submit() with _pre_submit()