25-10-5/1
This commit is contained in:
@@ -8,8 +8,7 @@ import 'box_name.dart';
|
||||
class AppLink {
|
||||
static String serverPHP = box.read('serverPHP');
|
||||
|
||||
static String seferPaymentServer =
|
||||
'https://walletintaleq.intaleq.xyz/v1/main';
|
||||
static String paymentServer = 'https://walletintaleq.intaleq.xyz/v1/main';
|
||||
static String seferPaymentServer0 =
|
||||
'https://walletintaleq.intaleq.xyz/v1/main';
|
||||
|
||||
@@ -26,7 +25,7 @@ class AppLink {
|
||||
|
||||
static String loginJwtDriver = "$server/loginJwtDriver.php";
|
||||
static String loginJwtWalletDriver =
|
||||
"$seferPaymentServer/loginJwtWalletDriver.php";
|
||||
"$paymentServer/loginJwtWalletDriver.php";
|
||||
static String loginFirstTimeDriver = "$server/loginFirstTimeDriver.php";
|
||||
|
||||
static String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
|
||||
@@ -48,25 +47,25 @@ class AppLink {
|
||||
static String addTokens = "$ride/firebase/add.php";
|
||||
static String addTokensDriver = "$ride/firebase/addDriver.php";
|
||||
static String addTokensDriverWallet =
|
||||
"$seferPaymentServer/ride/firebase/addDriver.php";
|
||||
"$paymentServer/ride/firebase/addDriver.php";
|
||||
|
||||
//=======================Wallet===================
|
||||
static String wallet = '$seferPaymentServer/ride/passengerWallet';
|
||||
static String walletDriver = '$seferPaymentServer/ride/driverWallet';
|
||||
static String wallet = '$paymentServer/ride/passengerWallet';
|
||||
static String walletDriver = '$paymentServer/ride/driverWallet';
|
||||
static String getAllPassengerTransaction =
|
||||
"$wallet/getAllPassengerTransaction.php";
|
||||
static String payWithMTNConfirm =
|
||||
"$seferPaymentServer/ride/mtn/driver/confirm_payment.php";
|
||||
"$paymentServer/ride/mtn/driver/confirm_payment.php";
|
||||
static String payWithMTNStart =
|
||||
"$seferPaymentServer/ride/mtn/driver/mtn_start.php";
|
||||
"$paymentServer/ride/mtn/driver/mtn_start.php";
|
||||
static String payWithSyriatelConfirm =
|
||||
"$seferPaymentServer/ride/syriatel/driver/confirm_payment.php";
|
||||
"$paymentServer/ride/syriatel/driver/confirm_payment.php";
|
||||
static String payWithSyriatelStart =
|
||||
"$seferPaymentServer/ride/syriatel/driver/start_payment.php";
|
||||
"$paymentServer/ride/syriatel/driver/start_payment.php";
|
||||
static String payWithEcashDriver =
|
||||
"$seferPaymentServer/ride/ecash/driver/payWithEcash.php";
|
||||
"$paymentServer/ride/ecash/driver/payWithEcash.php";
|
||||
static String payWithEcashPassenger =
|
||||
"$seferPaymentServer/ride/ecash/passenger/payWithEcash.php";
|
||||
"$paymentServer/ride/ecash/passenger/payWithEcash.php";
|
||||
// wl.tripz-egypt.com/v1/main/ride/ecash/driver
|
||||
static String getWalletByPassenger = "$wallet/getWalletByPassenger.php";
|
||||
static String getPassengersWallet = "$wallet/get.php";
|
||||
@@ -136,35 +135,34 @@ class AppLink {
|
||||
static String addKazanPercent = "$ride/kazan/add.php";
|
||||
|
||||
////-----------------DriverPayment------------------
|
||||
static String addDrivePayment = "$seferPaymentServer/ride/payment/add.php";
|
||||
static String addDrivePayment = "$paymentServer/ride/payment/add.php";
|
||||
static String payWithPayMobCardDriver =
|
||||
"$seferPaymentServer/ride/payMob/paymob_driver/payWithCard.php";
|
||||
"$paymentServer/ride/payMob/paymob_driver/payWithCard.php";
|
||||
static String payWithWallet =
|
||||
"$seferPaymentServer/ride/payMob/paymob_driver/payWithWallet.php";
|
||||
"$paymentServer/ride/payMob/paymob_driver/payWithWallet.php";
|
||||
static String paymetVerifyDriver =
|
||||
"$seferPaymentServer/ride/payMob/paymob_driver/paymet_verfy.php";
|
||||
"$paymentServer/ride/payMob/paymob_driver/paymet_verfy.php";
|
||||
static String updatePaymetToPaid =
|
||||
"$seferPaymentServer/ride/payment/updatePaymetToPaid.php";
|
||||
"$paymentServer/ride/payment/updatePaymetToPaid.php";
|
||||
static String paymobPayoutDriverWallet =
|
||||
"$seferPaymentServer/ride/payMob/paymob_driver/paymob_payout.php'";
|
||||
"$paymentServer/ride/payMob/paymob_driver/paymob_payout.php'";
|
||||
|
||||
static String addSeferWallet = "$seferPaymentServer/ride/seferWallet/add.php";
|
||||
static String getSeferWallet = "$seferPaymentServer/ride/seferWallet/get.php";
|
||||
static String addSeferWallet = "$paymentServer/ride/seferWallet/add.php";
|
||||
static String getSeferWallet = "$paymentServer/ride/seferWallet/get.php";
|
||||
static String addDriverPaymentPoints =
|
||||
"$seferPaymentServer/ride/driverPayment/add.php";
|
||||
"$paymentServer/ride/driverPayment/add.php";
|
||||
static String addPaymentTokenDriver =
|
||||
"$seferPaymentServer/ride/driverWallet/addPaymentToken.php"; //driverWallet/addPaymentToken.php
|
||||
"$paymentServer/ride/driverWallet/addPaymentToken.php"; //driverWallet/addPaymentToken.php
|
||||
static String addPaymentTokenPassenger =
|
||||
"$seferPaymentServer/ride/passengerWallet/addPaymentTokenPassenger.php";
|
||||
"$paymentServer/ride/passengerWallet/addPaymentTokenPassenger.php";
|
||||
static String getDriverPaymentPoints =
|
||||
"$seferPaymentServer/ride/driverWallet/get.php";
|
||||
static String getDriverPaymentToday =
|
||||
"$seferPaymentServer/ride/payment/get.php";
|
||||
"$paymentServer/ride/driverWallet/get.php";
|
||||
static String getDriverPaymentToday = "$paymentServer/ride/payment/get.php";
|
||||
static String getCountRide = "$ride/payment/getCountRide.php";
|
||||
static String getAllPaymentFromRide =
|
||||
"$seferPaymentServer/ride/payment/getAllPayment.php";
|
||||
"$paymentServer/ride/payment/getAllPayment.php";
|
||||
static String getAllPaymentVisa =
|
||||
"$seferPaymentServer/ride/payment/getAllPaymentVisa.php";
|
||||
"$paymentServer/ride/payment/getAllPaymentVisa.php";
|
||||
|
||||
//-----------------Passenger NotificationCaptain------------------
|
||||
static String addNotificationPassenger =
|
||||
|
||||
Reference in New Issue
Block a user