This commit is contained in:
Dillon
2023-02-18 20:29:49 +08:00
parent 06ab1be86e
commit 130aca262a
@@ -37,7 +37,7 @@ class CreatesPerfexCRMLead
}catch(\Exception $exception){
Log::error(config('perfexcrm.base_url').'/api/leads/byemail');
Log::error($data);
throw new MalformedRequestException('Unable to get correct response from Perfex CRM server' . $exception->getMessage());
throw new MalformedRequestException('Unable to get correct response from Perfex CRM server ' . $exception->getMessage());
}
}
}