From f138a6c7cb27d401c3ecd0096b5f66a0eb8ae65b Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 16:48:08 +0500 Subject: [PATCH] wip --- app/Nova/Actions/Sber/SyncWithSystem.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Nova/Actions/Sber/SyncWithSystem.php b/app/Nova/Actions/Sber/SyncWithSystem.php index cb38f76..6e0c009 100644 --- a/app/Nova/Actions/Sber/SyncWithSystem.php +++ b/app/Nova/Actions/Sber/SyncWithSystem.php @@ -75,6 +75,8 @@ class SyncWithSystem extends Action $success = $systemResponse['errCode'] == 0; } + info(['s' => $systemResponse]); + $orderItem->update([ 'synced_with_system' => $success, ]);