2/14/1
This commit is contained in:
@@ -32,4 +32,8 @@ class AK {
|
||||
static final String payPalClientId = Env.payPalClientId;
|
||||
static final String payPalSecret = Env.payPalSecret;
|
||||
static final String geminiApi = Env.geminiApi;
|
||||
static const String agoraAppId = '12994c6e707543e68d5638894d04f989';
|
||||
static const String agoraChannelName = 'seferCall';
|
||||
static const String agoraToken =
|
||||
'007eJxTYCjrVT009+knq6WOp9gqgx77z/CIjHtQ7PBrUdB1CZWUhUcUGAyNLC1Nks1SzQ3MTU2MU80sUkzNjC0sLE1SDEzSLC0sK4XPpjYEMjIEfg5lYWSAQBCfk6E4NS21yDkxJ4eBAQD1PiDo';
|
||||
}
|
||||
|
||||
@@ -56,6 +56,10 @@ class AppLink {
|
||||
static String deleteRides = "$ride/rides/delete.php";
|
||||
|
||||
//-----------------DriverPayment------------------
|
||||
static String adddriverScam = "$ride/driver_scam/add.php";
|
||||
static String getdriverScam = "$ride/driver_scam/get.php";
|
||||
|
||||
////-----------------DriverPayment------------------
|
||||
static String addDriverpayment = "$ride/payment/add.php";
|
||||
static String addDriverPaymentPoints = "$ride/driverPayment/add.php";
|
||||
static String getDriverPaymentPoints = "$ride/driverWallet/get.php";
|
||||
|
||||
Reference in New Issue
Block a user