From d9599cfca52e5db568d40f76cd0e510a5cd2deda Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 29 Apr 2014 11:14:59 -0700 Subject: [PATCH] 3.03 --- Changes | 2 +- OnlinePayment.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index a0fc2b7..ebdfdc9 100644 --- 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 diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 86551c4..f3d221c 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -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() -- 2.11.0