[freeside-commits] branch FREESIDE_4_BRANCH updated. 7f593f9a1446434407e8f8c11235c4d780289331
Ivan
ivan at 420.am
Wed Jan 27 14:40:51 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 7f593f9a1446434407e8f8c11235c4d780289331 (commit)
from 4ec1b0028bf6d4d984558acd2349acbc5f988924 (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 7f593f9a1446434407e8f8c11235c4d780289331
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 27 14:40:50 2016 -0800
remove obsolete LECB handling
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index a178bec..df9ee88 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -645,9 +645,6 @@ sub new_customer {
&& ! $cust_main->paycvv
&& $conf->exists('signup-require_cvv');
- $cust_main->payinfo($cust_main->daytime)
- if $cust_main->payby eq 'LECB' && ! $cust_main->payinfo;
-
my @invoicing_list = $packet->{'invoicing_list'}
? split( /\s*\,\s*/, $packet->{'invoicing_list'} )
: ();
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/Signup.pm | 3 ---
1 file changed, 3 deletions(-)
More information about the freeside-commits
mailing list