From: ivan Date: Tue, 12 Oct 2010 00:30:21 +0000 (+0000) Subject: 2.04 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-PaymenTech.git;a=commitdiff_plain;h=234871d72733d12fd00540ea6455653a1d0e5b2d 2.04 --- diff --git a/Changes b/Changes index 0853ba8..38e9da9 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Business-OnlinePayment-PaymenTech -2.04 unreleased +2.04 Mon Oct 11 17:30:00 PDT 2010 - Always send expiration date as MMYY 2.03 Sun Jan 24 13:19:29 PST 2010 diff --git a/lib/Business/OnlinePayment/PaymenTech.pm b/lib/Business/OnlinePayment/PaymenTech.pm index 8470e85..72fc767 100644 --- a/lib/Business/OnlinePayment/PaymenTech.pm +++ b/lib/Business/OnlinePayment/PaymenTech.pm @@ -9,7 +9,7 @@ use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '2.04_01'; +$VERSION = '2.04'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0;