From 5896fe4d5634fb3dc84aca1c903032b952bba9fe Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Wed, 10 Sep 2025 17:17:22 +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 635312b..72baba5 100644 --- a/app/Nova/Actions/Sber/SyncWithSystem.php +++ b/app/Nova/Actions/Sber/SyncWithSystem.php @@ -34,7 +34,7 @@ class SyncWithSystem extends Action /** @var \App\Modules\SberPaymentOrder\Models\SberPaymentOrderItem $orderItem */ $orderItem = $models->first(); - syncWithAzatAPI($orderItem); + $result = syncWithAzatAPI($orderItem); if (isset($result['error'])) { return $this->handleError($result);