UNPKG

@shopgate/pwa-webcheckout-shopify

Version:

Webcheckout Shopify library for the Shopgate Connect PWA.

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