summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--lib/Business/OnlinePayment/WesternACH.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 22ffda0..11154f8 100644
--- 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
diff --git a/lib/Business/OnlinePayment/WesternACH.pm b/lib/Business/OnlinePayment/WesternACH.pm
index b40fad7..7c3263f 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.03';
+$VERSION = '0.04';
$me = 'Business::OnlinePayment::WesternACH';
$DEBUG = 0;