summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-06-30 16:29:51 -0700
committerIvan Kohler <ivan@freeside.biz>2017-06-30 16:29:51 -0700
commit7e8e63c546f48ae88bd557e2e2b81f10b0c8361f (patch)
treea89cbdde21db6bb883cf27af3173746da0a78218 /FS/FS/ClientAPI
parentf88387382c2b1c49819aa6506e5aae8679278c5c (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') {