Update: 2026-07-21 19:34:29

This commit is contained in:
Hamza-Ayed
2026-07-21 19:34:29 +03:00
parent 0ee3655c05
commit 1bec13634a
+2 -2
View File
@@ -279,8 +279,8 @@ function curlCall(string $method, string $url, string $data, array $headers): ?s
CURLOPT_CUSTOMREQUEST => $method, CURLOPT_CUSTOMREQUEST => $method,
CURLOPT_POSTFIELDS => $data, CURLOPT_POSTFIELDS => $data,
CURLOPT_HTTPHEADER => $headers, CURLOPT_HTTPHEADER => $headers,
CURLOPT_TIMEOUT => 15, CURLOPT_TIMEOUT => 35,
CURLOPT_CONNECTTIMEOUT => 5 CURLOPT_CONNECTTIMEOUT => 10
]); ]);
$response = curl_exec($ch); $response = curl_exec($ch);