UNPKG

@shopgate/pwa-webcheckout-shopify

Version:

Webcheckout Shopify library for the Shopgate Connect PWA.

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