summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-06-30 16:29:50 -0700
committerIvan Kohler <ivan@freeside.biz>2017-06-30 16:29:50 -0700
commit68282d000bffde8638af4d70ec2f122356929ecd (patch)
treeafcd4fb071168e491acc2f707ba1d10cebc97d4e /FS/FS/ClientAPI
parent5a79ce5e0334e78a1e49798e3d98700bcf309419 (diff)
at least get an error in the log
Diffstat (limited to 'FS/FS/ClientAPI')
-rw-r--r--FS/FS/ClientAPI/Signup.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 5ced42b..035a317 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -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') {