wip
This commit is contained in:
@@ -67,10 +67,7 @@ class SyncWithSystem extends Action
|
||||
|
||||
info(['response' => $systemRawResponse]);
|
||||
|
||||
return Action::modal('modal-response', [
|
||||
'html' => $systemRawResponse,
|
||||
'title' => 'SYSTEM API',
|
||||
]);
|
||||
return Action::success('Sync with system success');
|
||||
|
||||
// $systemResponse = json_decode($systemRawResponse);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user