UNPKG

@shopgate/pwa-webcheckout-shopify

Version:

Webcheckout Shopify library for the Shopgate Connect PWA.

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