From: Christopher Burger Date: Fri, 15 Jun 2018 20:52:39 +0000 (-0400) Subject: RT# 80175 - fixed error with ACH gateway not being selected. X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=618f8725c360f29941b9d1720eb01fea85403185 RT# 80175 - fixed error with ACH gateway not being selected. --- diff --git a/FS/FS/agent.pm b/FS/FS/agent.pm index 810709357..e1d9ccf1d 100644 --- a/FS/FS/agent.pm +++ b/FS/FS/agent.pm @@ -294,7 +294,7 @@ sub payment_gateway { } } - my $cardtype_search = "AND cardtype != 'ACH'"; + my $cardtype_search = "AND ( cardtype IS NULL OR cardtype <> 'ACH')"; $cardtype_search = "AND cardtype = 'ACH'" if $options{method} eq 'ECHECK'; my $override =