UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

4 lines 362 B
import{SUCCESS_DELETE_PRODUCTS_FROM_CART}from"../constants";/** * Creates the dispatched SUCCESS_DELETE_PRODUCTS_FROM_CART action object. * @returns {Object} The dispatched action object. */var successDeleteProductsFromCart=function successDeleteProductsFromCart(){return{type:SUCCESS_DELETE_PRODUCTS_FROM_CART};};export default successDeleteProductsFromCart;