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, ]);