[freeside-commits] branch FREESIDE_4_BRANCH updated. 573490bdb698210b2d4c824a9f6e141bc8a9a562
Ivan
ivan at 420.am
Tue Feb 2 15:30:12 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 573490bdb698210b2d4c824a9f6e141bc8a9a562 (commit)
from 8cac4506ebadf602a905d47457b36e25cacbfbf8 (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 573490bdb698210b2d4c824a9f6e141bc8a9a562
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 2 15:30:11 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 8e09848..0a76528 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -2104,7 +2104,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