[freeside-commits] branch master updated. c2bc4ab7c4e338dbfddb959af9f9b43a2480b53a
Ivan
ivan at 420.am
Wed Jan 27 14:40:50 PST 2016
The branch, master has been updated
via c2bc4ab7c4e338dbfddb959af9f9b43a2480b53a (commit)
from e3050e0b56e4745cfcf6b9330812ead3e9e2a7bb (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 c2bc4ab7c4e338dbfddb959af9f9b43a2480b53a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 27 14:40:49 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