|  | @@ -178,7 +178,7 @@ class SeminarSignUpController extends ApiController
 | 
	
		
			
			| 178 | 178 |                      'value'    => $id.' / '.$firstName_orig.' / '.$lastName_orig.' / '.$companyName_orig.' / '.$companyEmail_orig.' / '.
 | 
	
		
			
			| 179 | 179 |                                  $backupEmail_orig.' / '.$phoneNumber_orig.' / '.$country.' / '.$trackNo.' / '.$lang.' / '.$registeredSession.' / '.
 | 
	
		
			
			| 180 | 180 |                                  $lunchOptions.' / '.$typeOfIndustry.' / '.$typeOfJob.' / '.$jobTitle.' / '.$trackOfInterest,
 | 
	
		
			
			| 181 |  | -                    'message' => $message,
 | 
	
		
			
			|  | 181 | +                    'message' => 'succ',
 | 
	
		
			
			| 182 | 182 |                  ];
 | 
	
		
			
			| 183 | 183 |                  \Log::info($id.': '.print_r($res, true));
 | 
	
		
			
			| 184 | 184 |                  $returnData[] = $res;
 |