diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-01-27 14:40:49 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-01-27 14:40:49 -0800 |
commit | c2bc4ab7c4e338dbfddb959af9f9b43a2480b53a (patch) | |
tree | d046745ce01b7dc44a95ed4b0fa7df4dc4663be6 | |
parent | e3050e0b56e4745cfcf6b9330812ead3e9e2a7bb (diff) |
remove obsolete LECB handling
-rw-r--r-- | FS/FS/ClientAPI/Signup.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index a178bec9c..df9ee88e5 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'} ) : (); |