[freeside-commits] branch master updated. 68282d000bffde8638af4d70ec2f122356929ecd

Ivan ivan at 420.am
Fri Jun 30 16:29:51 PDT 2017


The branch, master has been updated
       via  68282d000bffde8638af4d70ec2f122356929ecd (commit)
      from  5a79ce5e0334e78a1e49798e3d98700bcf309419 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 68282d000bffde8638af4d70ec2f122356929ecd
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jun 30 16:29:50 2017 -0700

    at least get an error in the log

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') {

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/ClientAPI/Signup.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list