UNPKG

@shopgate/pwa-webcheckout-shopify

Version:

Webcheckout Shopify library for the Shopgate Connect PWA.

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