This commit is contained in:
2025-09-09 16:13:27 +05:00
parent 6aa44e3fa5
commit 2368ea2a50

View File

@@ -65,6 +65,8 @@ class SyncWithSystem extends Action
pay_purpose: $orderItem->created_at->translatedFormat('F').' '.$orderItem->created_at->format('Y') pay_purpose: $orderItem->created_at->translatedFormat('F').' '.$orderItem->created_at->format('Y')
); );
info(['response' => $response]);
return Action::modal('modal-response', [ return Action::modal('modal-response', [
'html' => $systemRawResponse, 'html' => $systemRawResponse,
'title' => 'SYSTEM API', 'title' => 'SYSTEM API',