This commit is contained in:
Hamza-Ayed
2026-04-28 23:43:29 +03:00
parent ff4d81bd97
commit 402fab3a50
6 changed files with 672 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ function notifyPassengerOnRideServer($passenger_id, $payload) {
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($postData));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT_MS, 1000);
curl_setopt($ch, CURLOPT_TIMEOUT_MS, 3000);
curl_setopt($ch, CURLOPT_HTTPHEADER, [
"x-internal-key: $INTERNAL_KEY"
]);