UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

10 lines (9 loc) 234 B
import { REQUEST_CART } from "../constants"; /** * Creates the dispatched REQUEST_CART action object. * @return {Object} The REQUEST_CART action. */ const requestCart = () => ({ type: REQUEST_CART }); export default requestCart;