[freeside-commits] branch master updated. ca8a483f90e0c9ee4a1d2e65ddee07278ff48a9d

Christopher Burger burgerc at freeside.biz
Fri Jun 15 14:36:13 PDT 2018


The branch, master has been updated
       via  ca8a483f90e0c9ee4a1d2e65ddee07278ff48a9d (commit)
       via  618f8725c360f29941b9d1720eb01fea85403185 (commit)
      from  b4883ac11a0ddabd2b78a7451fe3634f9510f5f7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ca8a483f90e0c9ee4a1d2e65ddee07278ff48a9d
Merge: 618f8725c b4883ac11
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Fri Jun 15 16:53:50 2018 -0400

    Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside


commit 618f8725c360f29941b9d1720eb01fea85403185
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Fri Jun 15 16:52:39 2018 -0400

    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 =

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/agent.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list