make sure signup cancels are quiet
authorivan <ivan>
Fri, 19 Sep 2003 10:08:06 +0000 (10:08 +0000)
committerivan <ivan>
Fri, 19 Sep 2003 10:08:06 +0000 (10:08 +0000)
FS/FS/ClientAPI/Signup.pm

index 0bb9f7b..0272909 100644 (file)
@@ -169,7 +169,7 @@ sub new_customer {
       #should check list for errors...
       #$cust_main->suspend;
       local $FS::svc_Common::noexport_hack = 1;
-      $cust_main->cancel;
+      $cust_main->cancel('quiet'=>1);
 
       $error = '_decline';
     }