This commit is contained in:
2025-09-09 10:38:27 +05:00
parent 1b918348e5
commit cc31403a8a

View File

@@ -170,12 +170,12 @@ class NovaSberPaymentOrderItem extends Resource
'title' => 'HALKBANK API', 'title' => 'HALKBANK API',
'html' => CheckOnlinePayment::resultHTML($response), 'html' => CheckOnlinePayment::resultHTML($response),
]); ]);
})->icon('server') })->icon('search-circle')
->sole() ->sole()
->withoutConfirmation(), ->withoutConfirmation(),
SyncWithSystem::make() SyncWithSystem::make()
->icon('sync') ->icon('refresh')
->sole() ->sole()
->withoutConfirmation(), ->withoutConfirmation(),
]; ];