This commit is contained in:
2025-09-09 16:42:56 +05:00
parent b8bdea33cb
commit d89f86a534
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class SyncWithSystem extends Action
info(['response' => $systemRawResponse]);
return ActionResponse::success('Sync with system success');
return ActionResponse::message('Sync with system success');
// $systemResponse = json_decode($systemRawResponse);