From 6abfc4ac48a667bec0469c21637d0488a908bc6a Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 15:54:29 +0500 Subject: [PATCH] wip --- app/Nova/Actions/Sber/SyncWithSystem.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/Nova/Actions/Sber/SyncWithSystem.php b/app/Nova/Actions/Sber/SyncWithSystem.php index df73e4a..e8651a2 100644 --- a/app/Nova/Actions/Sber/SyncWithSystem.php +++ b/app/Nova/Actions/Sber/SyncWithSystem.php @@ -48,7 +48,11 @@ class SyncWithSystem extends Action $response = checkOnlinePayment($onlinePaymentResource->orderId, $result['username'], $result['password']); - if ($response['errCode'] != 0) { + info([ + 'response' => $response, + ]); + + if ($response['errorCode'] != 0) { return Action::modal('modal-response', [ 'title' => 'HALKBANK API', 'body' => $response['errorMessage'],