From 96c3122b2a509f56bdead08907bed704d77a40c7 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 11:44:31 +0500 Subject: [PATCH] wip --- app/Nova/Actions/Sber/SyncWithSystem.php | 33 ++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/app/Nova/Actions/Sber/SyncWithSystem.php b/app/Nova/Actions/Sber/SyncWithSystem.php index 6df87dc..8ba2b71 100644 --- a/app/Nova/Actions/Sber/SyncWithSystem.php +++ b/app/Nova/Actions/Sber/SyncWithSystem.php @@ -2,7 +2,6 @@ namespace App\Nova\Actions\Sber; -use App\Nova\Actions\CheckOnlinePayment; use Illuminate\Bus\Queueable; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Support\Collection; @@ -61,7 +60,37 @@ class SyncWithSystem extends Action return Action::modal('modal-response', [ 'title' => 'SYSTEM API', - 'html' => CheckOnlinePayment::resultHTML($systemResponse), + 'html' => " + + ", ]); }