0.05
authormark <mark>
Sat, 8 Aug 2009 21:29:19 +0000 (21:29 +0000)
committermark <mark>
Sat, 8 Aug 2009 21:29:19 +0000 (21:29 +0000)
Changes
lib/Business/OnlinePayment/WesternACH.pm

diff --git a/Changes b/Changes
index 11154f8..b97d0b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Business-OnlinePayment-WesternACH
 
+0.05    Fri Aug  8 14:25:01 PDT 2009
+        - Correctly handle get_returns when there is only one transaction
+        - Add support for alternate returns interface (transret.php)
+
 0.04    Fri Jul 10 19:58:55 PDT 2009
         - Send the customer's email address as UserDefinedID.
 
index 69a52e1..03a8e83 100644 (file)
@@ -11,7 +11,7 @@ use Date::Parse  'str2time';
 use vars qw($VERSION @ISA $me $DEBUG);
 
 @ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.04';
+$VERSION = '0.05';
 $me = 'Business::OnlinePayment::WesternACH';
 
 $DEBUG = 0;