Update: 2026-07-29 19:44:57
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user