add notification server url
This commit is contained in:
@@ -17,7 +17,7 @@ class NotificationService
|
||||
try
|
||||
{
|
||||
$response = Http::retry(3)
|
||||
->post(config('global_variables.NOTIFICATION_SERVER_URL'), $data)
|
||||
->post(config('globalVariables.NOTIFICATION_SERVER_URL'), $data)
|
||||
->throwIfServerError();
|
||||
|
||||
$response_status = json_decode($response->body())->status;
|
||||
|
||||
Reference in New Issue
Block a user