mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
debug
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user