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',