From 4ff92fe530c717d40296004c8feceaf44f56dfd3 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 17:09:49 +0500 Subject: [PATCH] wip --- app/Nova/Actions/Sber/SyncWithSystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Nova/Actions/Sber/SyncWithSystem.php b/app/Nova/Actions/Sber/SyncWithSystem.php index b86780f..63da95b 100644 --- a/app/Nova/Actions/Sber/SyncWithSystem.php +++ b/app/Nova/Actions/Sber/SyncWithSystem.php @@ -86,7 +86,7 @@ class SyncWithSystem extends Action ]); $orderItem->update([ - 'synced_with_system' => $success, + 'synced_with_system' => $success ? true : false, ]); return Action::modal('modal-response', [