This commit is contained in:
Hamza-Ayed
2023-08-28 19:13:50 +03:00
parent 63770619d6
commit 069ab52a83
63 changed files with 621 additions and 104 deletions

View File

@@ -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";
}