11/1/9
This commit is contained in:
@@ -6,6 +6,7 @@ class BoxName {
|
||||
static const String password = "password";
|
||||
static const String passwordDriver = "passwordDriver";
|
||||
static const String agreeTerms = "agreeTerms";
|
||||
static const String faceDetectTimes = "faceDetectTimes";
|
||||
static const String sosPhonePassenger = "sosPhonePassenger";
|
||||
static const String passengerID = "pasengerID";
|
||||
static const String phone = "phone";
|
||||
|
||||
@@ -10,13 +10,18 @@ class AppCredintials {
|
||||
static const String twilloRecoveryCode = 'TQF13XUVU2NJ3VFU8JWBWYBS';
|
||||
static const String accountSIDTwillo = 'ACb4ad857efe0903bfd6238a763a2ce4d1';
|
||||
static const String authTokenTwillo = '14f39ef4628bb8a4f18469f462f8af75';
|
||||
static const String Publishablekey = '14f39ef4628bb8a4f18469f462f8af75';
|
||||
static const String publishablekey = '14f39ef4628bb8a4f18469f462f8af75';
|
||||
static const String chatGPTkey =
|
||||
'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';
|
||||
static const String chatGPTkeySefer =
|
||||
'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';
|
||||
String getBasicAuthCredentials() {
|
||||
return base64Encode(utf8.encode(basicAuthCredentials));
|
||||
}
|
||||
|
||||
static const String transactionCloude =
|
||||
'Authorization:API_EMDJX6BHQ67DBGT6WV:DG2XPU7YEN02M0VJ2F';
|
||||
static const String visionApi = '0vQRyaYYDWpsv73A5CZOknseK7S2sgwE';
|
||||
}
|
||||
|
||||
class StripeKey {
|
||||
|
||||
@@ -42,6 +42,7 @@ class AppLink {
|
||||
//-----------------DriverPayment------------------
|
||||
static const String addDriverpayment = "$ride/payment/add.php";
|
||||
static const String getDriverpaymentToday = "$ride/payment/get.php";
|
||||
static const String getAllPayment = "$ride/payment/getAllPayment.php";
|
||||
|
||||
//-----------------DriverOrder------------------
|
||||
|
||||
|
||||
@@ -2,4 +2,5 @@ class TableName {
|
||||
static const String placesFavorite = "placesFavorite";
|
||||
static const String carLocations = "carLocations";
|
||||
static const String driverOrdersRefuse = "driverOrdersRefuse";
|
||||
static const String faceDetectTimes = "faceDetectTimes";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user