fix signup server realtime-card foo
[freeside.git] / fs_signup / fs_signup_server
index e7b372a..e8aa6ed 100755 (executable)
@@ -188,11 +188,10 @@ while (1) {
         #should check list for errors...
         #$cust_main->suspend;
         $cust_main->cancel;
+        $error = '_decline';
       }
     }
 
-    $error ||= '_decline';
-
     warn "[fs_signup_server] Sending results...\n" if $Debug;
     print $writer $error, "\n";