diff options
author | ivan <ivan> | 2009-07-08 21:58:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-08 21:58:16 +0000 |
commit | 9a391a2f065c8e939ea4719b05a5447794241a85 (patch) | |
tree | e19c3d663a8bea4f6cb87138c6a2be2c81dc179e | |
parent | 419ca6ed85b17f70db385b10b0edc0e13d245372 (diff) |
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | lib/Business/OnlinePayment/WesternACH.pm | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ Revision history for Business-OnlinePayment-WesternACH +0.03 Wed Jul 8 14:57:43 PDT 2009 + - Default sec_code to PPD instead of WEB + 0.02 Tue Jun 23 08:49:07 PDT 2009 - Don't require unnecessary fields (esp. invoice_number for refunds) diff --git a/lib/Business/OnlinePayment/WesternACH.pm b/lib/Business/OnlinePayment/WesternACH.pm index 76df268..1f572f0 100644 --- a/lib/Business/OnlinePayment/WesternACH.pm +++ b/lib/Business/OnlinePayment/WesternACH.pm @@ -10,7 +10,7 @@ use Date::Parse 'str2time'; use vars qw($VERSION @ISA $me $DEBUG); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.02'; +$VERSION = '0.03'; $me = 'Business::OnlinePayment::WesternACH'; $DEBUG = 0; |