X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=a15a36967c9e0c3231c99ceadfad810a963f689e;hp=0279d173aaa250bd28aad933090d787c9328aed7;hb=1afbcb85759ea27fc48502be19c00b35461db13e;hpb=78f6e0e286fe6ff2d4712af9e81be1a974586d30 diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 0279d173a..a15a36967 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;