summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2009-07-11 03:18:42 +0000
committermark <mark>2009-07-11 03:18:42 +0000
commit3d581f19bed8fbfeb0a83d04a7229d637e35dd4e (patch)
tree494fc629a4b5615b32f3b089da54d0a4200372bf
parent281381167da4e2cd18c2c6d024295da3ea0eeaa1 (diff)
-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;