From: mark Date: Sat, 11 Jul 2009 03:18:42 +0000 (+0000) Subject: 0.04 X-Git-Tag: Business_OnlinePayment_WesternACH_0_04 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-WesternACH.git;a=commitdiff_plain;h=3d581f19bed8fbfeb0a83d04a7229d637e35dd4e 0.04 --- 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;