remove obsolete LECB handling
authorIvan Kohler <ivan@freeside.biz>
Wed, 27 Jan 2016 22:40:49 +0000 (14:40 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 27 Jan 2016 22:40:49 +0000 (14:40 -0800)
FS/FS/ClientAPI/Signup.pm

index a178bec..df9ee88 100644 (file)
@@ -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'} )
                          : ();