customErrors top-level constant

Map<String, String> const customErrors

Implementation

const customErrors = {
  'invalidPaymentMethods':
      'Products in the cart are not eligible for cash on delivery.',
  'invalidAddress':
      'Enter complete address including house, street, area & landmark.',
  'gstRemoveError': 'Could not remove GST. Please try again.',
  'getNetbankingListError':
      'Could not fetch netbanking options. Please try again.',
  'createOrderError': 'Could not create order. Please try again.',
  'getAbcDataError': 'Could not get Abandoned Cart Data. Please try again.',
};