25-1/13/1-securejordan
This commit is contained in:
@@ -10,6 +10,7 @@ class BoxName {
|
||||
static const String bodyOrder = "bodyOrder";
|
||||
static const String gender = "gender";
|
||||
static const String phoneWallet = "phoneWallet";
|
||||
static const String locationName = "locationName";
|
||||
static const String isSavedPhones = "IsSavedPhones";
|
||||
static const String isTest = "isTest";
|
||||
static const String carType = "carType";
|
||||
|
||||
@@ -5,10 +5,9 @@ import 'box_name.dart';
|
||||
|
||||
class AppLink {
|
||||
static String serverPHP = box.read('serverPHP');
|
||||
static String seferCairoServer = box.read('seferCairoServer');
|
||||
static String seferGizaServer = box.read('seferGizaServer');
|
||||
static String seferAlexandriaServer = box.read('seferAlexandriaServer');
|
||||
static String seferPaymentServer = box.read('seferPaymentServer');
|
||||
|
||||
static String seferPaymentServer =
|
||||
'https://wallet.sefer.live/seferpw.shop/sefer/';
|
||||
static String seferPaymentServer0 = box.read('seferPaymentServer');
|
||||
// static final String seferPaymentServer0 = Env.seferPaymentServer;
|
||||
// static final String seferPaymentServer = '${Env.seferPaymentServer}/ride';
|
||||
@@ -24,7 +23,9 @@ class AppLink {
|
||||
// static final String seferGizaServer = Env.seferGizaServer;
|
||||
static final String endPoint = box.read(BoxName.serverChosen);
|
||||
static final String server = endPoint;
|
||||
|
||||
static String seferCairoServer = endPoint;
|
||||
static String seferGizaServer = box.read('seferGizaServer');
|
||||
static String seferAlexandriaServer = box.read('seferAlexandriaServer');
|
||||
// static final String server = Env.serverPHP;
|
||||
|
||||
static String googleMapsLink = 'https://maps.googleapis.com/maps/api/';
|
||||
@@ -240,6 +241,8 @@ class AppLink {
|
||||
static String location = '$endPoint/ride/location';
|
||||
static String getCarsLocationByPassenger = "$location/get.php";
|
||||
static String addpassengerLocation = "$location/addpassengerLocation.php";
|
||||
static String getLocationAreaLinks =
|
||||
"https://server.sefer.live/sefer.click/sefer/ride/location/get_location_area_links.php";
|
||||
static String getLatestLocationPassenger =
|
||||
"$location/getLatestLocationPassenger.php";
|
||||
static String getFemalDriverLocationByPassenger =
|
||||
|
||||
Reference in New Issue
Block a user