Compare commits

...

2 Commits

Author SHA1 Message Date
fc95d6c9f9 wip 2025-09-09 16:16:12 +05:00
2368ea2a50 wip 2025-09-09 16:13:27 +05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -454,7 +454,7 @@ function syncWithBankSystem(
CURLOPT_RETURNTRANSFER => true, CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '', CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10, CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 2, CURLOPT_TIMEOUT => 1,
CURLOPT_FOLLOWLOCATION => true, CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST', CURLOPT_CUSTOMREQUEST => 'POST',

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