This commit is contained in:
2025-09-09 16:31:30 +05:00
parent 161f993099
commit 5a4759a137
2 changed files with 23 additions and 32 deletions

View File

@@ -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);