UNPKG

@shopgate/pwa-webcheckout-shopify

Version:

Webcheckout Shopify library for the Shopgate Connect PWA.

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