Methods
The following methods are available on the global window.ZapietEats object
const locale = window.ZapietEats.getLanguage();
// Returns: "en"window.ZapietEats.setLanguage('fr');const option = window.ZapietEats.getDeliveryOption();
// Returns: "pickup" or "delivery"window.ZapietEats.setDeliveryOption('delivery');const restaurant = window.ZapietEats.getSelectedRestaurant();Last updated