|
|
|
|
@ -231,6 +231,17 @@ abstract class LocaleKeys {
|
|
|
|
|
static const companyName = 'companyName';
|
|
|
|
|
static const receiptOn = 'receiptOn';
|
|
|
|
|
static const expiryDate = 'expiryDate';
|
|
|
|
|
static const myCards = 'myCards';
|
|
|
|
|
static const savedCards = 'savedCards';
|
|
|
|
|
static const addNewCard = 'addNewCard';
|
|
|
|
|
static const noSavedCards = 'noSavedCards';
|
|
|
|
|
static const cardEndingWith = 'cardEndingWith';
|
|
|
|
|
static const expiry = 'expiry';
|
|
|
|
|
static const defaultCard = 'defaultCard';
|
|
|
|
|
static const deleteCard = 'deleteCard';
|
|
|
|
|
static const deleteCardConfirmation = 'deleteCardConfirmation';
|
|
|
|
|
static const cardDeletedSuccessfully = 'cardDeletedSuccessfully';
|
|
|
|
|
static const addCardComingSoon = 'addCardComingSoon';
|
|
|
|
|
static const expiryPoints = 'expiryPoints';
|
|
|
|
|
static const expiryOn = 'expiryOn';
|
|
|
|
|
static const procedureName = 'procedureName';
|
|
|
|
|
@ -1881,7 +1892,7 @@ abstract class LocaleKeys {
|
|
|
|
|
static const advanceNumber = 'advanceNumber';
|
|
|
|
|
static const amountOnly = 'amountOnly';
|
|
|
|
|
static const invoiceHistory = 'invoiceHistory';
|
|
|
|
|
static const refund = 'refund';
|
|
|
|
|
static const thisInvoiceIsNotEligibleForRefund = 'thisInvoiceIsNotEligibleForRefund';
|
|
|
|
|
static const refund = 'refund';
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|