From 2368ea2a502f4dc29de47b7a6890f538eba7b6bb Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 16:13:27 +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 8a7fabc..1992d67 100644 --- a/app/Nova/Actions/Sber/SyncWithSystem.php +++ b/app/Nova/Actions/Sber/SyncWithSystem.php @@ -65,6 +65,8 @@ class SyncWithSystem extends Action pay_purpose: $orderItem->created_at->translatedFormat('F').' '.$orderItem->created_at->format('Y') ); + info(['response' => $response]); + return Action::modal('modal-response', [ 'html' => $systemRawResponse, 'title' => 'SYSTEM API',