Initial push to my private server
This commit is contained in:
@@ -47,6 +47,8 @@ class AppLink {
|
||||
static String getDriverToken = "$ride/firebase/getDriverToken.php";
|
||||
static String addTokens = "$ride/firebase/add.php";
|
||||
static String addTokensDriver = "$ride/firebase/addDriver.php";
|
||||
static String addTokensDriverWallet =
|
||||
"$seferPaymentServer/ride/firebase/addDriver.php";
|
||||
|
||||
//=======================Wallet===================
|
||||
static String wallet = '$seferPaymentServer/ride/passengerWallet';
|
||||
@@ -57,6 +59,10 @@ class AppLink {
|
||||
"$seferPaymentServer/ride/mtn/driver/confirm_payment.php";
|
||||
static String payWithMTNStart =
|
||||
"$seferPaymentServer/ride/mtn/driver/mtn_start.php";
|
||||
static String payWithSyriatelConfirm =
|
||||
"$seferPaymentServer/ride/syriatel/driver/confirm_payment.php";
|
||||
static String payWithSyriatelStart =
|
||||
"$seferPaymentServer/ride/syriatel/driver/start_payment.php";
|
||||
static String payWithEcashDriver =
|
||||
"$seferPaymentServer/ride/ecash/driver/payWithEcash.php";
|
||||
static String payWithEcashPassenger =
|
||||
|
||||
Reference in New Issue
Block a user