Compare commits
2 Commits
6aa44e3fa5
...
fc95d6c9f9
| Author | SHA1 | Date | |
|---|---|---|---|
| fc95d6c9f9 | |||
| 2368ea2a50 |
@@ -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',
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user