16
This commit is contained in:
@@ -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"
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user