[freeside-commits] branch master updated. 1afbcb85759ea27fc48502be19c00b35461db13e

Ivan ivan at 420.am
Tue Feb 2 15:30:11 PST 2016


The branch, master has been updated
       via  1afbcb85759ea27fc48502be19c00b35461db13e (commit)
      from  78f6e0e286fe6ff2d4712af9e81be1a974586d30 (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 1afbcb85759ea27fc48502be19c00b35461db13e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Feb 2 15:30:10 2016 -0800

    fix fallout with CHEK payments, RT#39861, RT#39863

diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 0279d17..a15a369 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -1872,7 +1872,7 @@ sub check {
 sub check_payinfo_cardtype {
   my $self = shift;
 
-  return '' unless $self->payby =~ /^(CARD|CHEK)$/;
+  return '' unless $self->payby =~ /^(CARD|DCRD)$/;
 
   my $payinfo = $self->payinfo;
   $payinfo =~ s/\D//g;

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

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




More information about the freeside-commits mailing list