[freeside-commits] branch FREESIDE_3_BRANCH updated. 159e3b1170a3011738e0937ea1b155488ee5a83c
Ivan
ivan at 420.am
Tue Feb 2 15:30:14 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via 159e3b1170a3011738e0937ea1b155488ee5a83c (commit)
from 74f252e841ae742b7defe1042e8e9d3d7c513867 (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 159e3b1170a3011738e0937ea1b155488ee5a83c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 2 15:30:13 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 a25321a..3df17bc 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -2132,7 +2132,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