This commit is contained in:
Hamza-Ayed
2024-02-25 00:23:00 +03:00
parent a9f557ca83
commit b33e797f76
22 changed files with 368 additions and 159 deletions

View File

@@ -1,5 +1,6 @@
class BoxName {
static const String driverID = "driverID";
static const String countryCode = "countryCode";
static const String lang = "lang";
static const String statusDriverLocation = "statusDriverLocation";

View File

@@ -129,7 +129,7 @@ class AppLink {
////////////////emails ============//
static String sendEmailToPassengerForTripDetails =
"$ride/rate/emailToPassengerTripDetail.php";
"$ride/rides/emailToPassengerTripDetail.php";
// ===========================================
static String pathImage = "$server/upload/types/";