25-10-10/1
This commit is contained in:
@@ -91,7 +91,7 @@ class RateController extends GetxController {
|
||||
}
|
||||
}
|
||||
await CRUD().post(
|
||||
link: "${AppLink.IntaleqCairoServer}/ride/rate/addRateToDriver.php",
|
||||
link: "${AppLink.IntaleqSyriaServer}/ride/rate/addRateToDriver.php",
|
||||
payload: {
|
||||
'passenger_id': box.read(BoxName.passengerID).toString(),
|
||||
'driver_id': driverId.toString(),
|
||||
@@ -100,7 +100,7 @@ class RateController extends GetxController {
|
||||
'comment': comment.text,
|
||||
});
|
||||
|
||||
if (AppLink.endPoint != AppLink.IntaleqCairoServer) {
|
||||
if (AppLink.endPoint != AppLink.IntaleqSyriaServer) {
|
||||
CRUD().post(
|
||||
link: "${AppLink.endPoint}/ride/rate/addRateToDriver.php",
|
||||
payload: {
|
||||
|
||||
Reference in New Issue
Block a user