Update: 2026-07-04 18:43:56

This commit is contained in:
Hamza-Ayed
2026-07-04 18:43:57 +03:00
parent 3412f1b753
commit 3e0b4cbf64
65 changed files with 2260 additions and 118 deletions
+8
View File
@@ -67,6 +67,14 @@ try {
}
}
// 🆕 Cache ride state in Redis
sendToLocationServer('update_ride_state', [
'ride_id' => $rideId,
'status' => 'arrived',
'driver_id' => $driverId,
'passenger_id' => $passenger_id ?? '',
]);
jsonSuccess(null, "Arrival notified successfully");
} catch (Exception $e) {