X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FSignup.pm;h=5ff46283c4f487f05de0c7369d07108736174f8b;hb=d217ce30db6cbb5d8f4559efcb8e6d5515a3f619;hp=5ced42b2a51ee062dfc8e1ca26d8adde34f1e05e;hpb=995b2edc47e2285db5c2cd64ef0783f2cbc37ee8;p=freeside.git diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index 5ced42b2a..5ff46283c 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -28,7 +28,7 @@ use FS::banned_pay; use FS::part_tag; use FS::cust_payby; -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::ClientAPI::Signup]'; =head1 NAME @@ -794,8 +794,8 @@ sub new_customer { depend_jobnum => $placeholder->jobnum, selfservice => 1, ); - #warn "$me error collecting from new customer: $bill_error" - # if $bill_error; + warn "$me error collecting from new customer: $bill_error" + if $bill_error && !ref($bill_error); } if ($bill_error && ref($bill_error) eq 'HASH') {