@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
5 lines • 394 B
JavaScript
import{SET_FULFILLMENT_SLOT}from"../constants";/**
* Creates the dispatched DELETE_COUPONS_FROM_CART action object.
* @param {Object} fulfillmentSlot Fulfillment slot.
* @returns {Object} The dispatched action object.
*/var setFulfillmentSlot=function setFulfillmentSlot(fulfillmentSlot){return{type:SET_FULFILLMENT_SLOT,fulfillmentSlot:fulfillmentSlot};};export default setFulfillmentSlot;