Update: 2026-07-29 19:44:57

This commit is contained in:
Hamza-Ayed
2026-07-29 19:44:58 +03:00
parent 2cf5c63a1e
commit 90d976e1d1
110 changed files with 2238 additions and 2071 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ class AppLink {
static String get locationServer => locationServerSide;
static String get locationServerSide {
return 'https://api.intaleqapp.com/loction_server/siro/ride/location';
return 'https://api.intaleqapp.com/loction_server/intaleq/ride/location';
}
static String get locationSocketUrl {
@@ -251,8 +251,8 @@ class AppLink {
static String get paymobPayoutDriverWallet =>
"$paymentServer/ride/payMob/paymob_driver/paymob_payout.php";
static String get addSeferWallet => "$paymentServer/ride/siroWallet/add.php";
static String get getSeferWallet => "$paymentServer/ride/siroWallet/get.php";
static String get addSeferWallet => "$paymentServer/ride/intaleqWallet/add.php";
static String get getSeferWallet => "$paymentServer/ride/intaleqWallet/get.php";
static String get addDriverPaymentPoints =>
"$paymentServer/ride/driverPayment/add.php";
static String get addPaymentTokenDriver =>