wip
This commit is contained in:
@@ -71,7 +71,7 @@ class SyncWithSystem extends Action
|
||||
'body' => 'Connection issue to SYSTEM',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
$systemResponse = json_decode($systemRawResponse);
|
||||
|
||||
$success = false;
|
||||
@@ -87,7 +87,7 @@ class SyncWithSystem extends Action
|
||||
|
||||
return Action::modal('modal-response', [
|
||||
'title' => 'SYSTEM API',
|
||||
'html' => $success ? "Success" : "Fail",
|
||||
'html' => $success ? 'Success' : 'Fail',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user