0.04 Business_OnlinePayment_WesternACH_0_04
authormark <mark>
Sat, 11 Jul 2009 03:18:42 +0000 (03:18 +0000)
committermark <mark>
Sat, 11 Jul 2009 03:18:42 +0000 (03:18 +0000)
Changes
lib/Business/OnlinePayment/WesternACH.pm

diff --git a/Changes b/Changes
index 22ffda0..11154f8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Business-OnlinePayment-WesternACH
 
+0.04    Fri Jul 10 19:58:55 PDT 2009
+        - Send the customer's email address as UserDefinedID.
+
 0.03    Wed Jul  8 14:57:43 PDT 2009
         - Default sec_code to PPD instead of WEB
 
index b40fad7..7c3263f 100644 (file)
@@ -10,7 +10,7 @@ use Date::Parse  'str2time';
 use vars qw($VERSION @ISA $me $DEBUG);
 
 @ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.03';
+$VERSION = '0.04';
 $me = 'Business::OnlinePayment::WesternACH';
 
 $DEBUG = 0;