UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

5 lines 383 B
import{UPDATE_PRODUCTS_IN_CART}from"../constants";/** * Creates the dispatched UPDATE_PRODUCTS_IN_CART action object. * @param {Array} updateData The update data. * @returns {Object} The dispatched action object. */var updateProductsInCart=function updateProductsInCart(updateData){return{type:UPDATE_PRODUCTS_IN_CART,updateData:updateData};};export default updateProductsInCart;