Friendly, helpful customer messages based on API reason codes.
const MESSAGES = {
NOT_DELIVERABLE: "We don't deliver to this postcode yet.",
MINIMUM_ORDER_NOT_MET: "Orders to this area require a higher minimum basket value.",
BASKET_VALUE_REQUIRED: "Please enter order items to calculate delivery.",
};