X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=lib%2FBusiness%2FOnlinePayment%2FWesternACH.pm;h=03a8e837818004628fa192b33ab3aef81de98d0b;hb=524fc4f720c1ef8b608c0ae3d67a4fdd4f6d7e4e;hp=69a52e18b52cb8f16ee88609a3c6b44c50266b09;hpb=8e5f7d36a1555a7f55fceb5ffababc6f6f3a5cab;p=Business-OnlinePayment-WesternACH.git diff --git a/lib/Business/OnlinePayment/WesternACH.pm b/lib/Business/OnlinePayment/WesternACH.pm index 69a52e1..03a8e83 100644 --- a/lib/Business/OnlinePayment/WesternACH.pm +++ b/lib/Business/OnlinePayment/WesternACH.pm @@ -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;