8-28/1
This commit is contained in:
@@ -14,4 +14,6 @@ class BoxName {
|
||||
static const String cardHolderName = "cardHolderName";
|
||||
static const String expiryDate = "expiryDate";
|
||||
static const String cvvCode = "cvvCode";
|
||||
static const String passengerWalletDetails = "passengerWalletDetails";
|
||||
static const String passengerWalletTotal = "passengerWalletTotal";
|
||||
}
|
||||
|
||||
@@ -7,7 +7,24 @@ class AppLink {
|
||||
static const String getTokens = "$server/ride/firebase/get.php";
|
||||
static const String addTokens = "$server/ride/firebase/add.php";
|
||||
|
||||
//=======================ride===================
|
||||
//=======================Wallet===================
|
||||
static const String wallet = '$server/ride/passengerWallet/';
|
||||
static const String getAllPassengerTransaction =
|
||||
"$wallet/getAllPassengerTransaction.php";
|
||||
static const String getWalletByPassenger = "$wallet/getWalletByPassenger.php";
|
||||
static const String getPassengersWallet = "$wallet/get.php";
|
||||
static const String addPassengersWallet = "$wallet/add.php";
|
||||
static const String deletePassengersWallet = "$wallet/delete.php";
|
||||
static const String updatePassengersWallet = "$wallet/update.php";
|
||||
|
||||
//=======================promo===================ride.mobile-app.store/ride/promo/get.php
|
||||
static const String promo = '$server/ride/promo';
|
||||
static const String getPassengersPromo = "$promo/get.php";
|
||||
static const String addPassengersPromo = "$promo/add.php";
|
||||
static const String deletePassengersPromo = "$promo/delete.php";
|
||||
static const String updatePassengersPromo = "$promo/update.php";
|
||||
|
||||
////=======================ride===================
|
||||
static const String ride = '$server/ride/';
|
||||
static const String addCancelRide = "$server/ride/cancelRide/add.php";
|
||||
static const String cancelRide = "$server/ride/cancelRide/get.php";
|
||||
|
||||
Reference in New Issue
Block a user