UNPKG

@shopgate/pwa-webcheckout-shopify

Version:

Webcheckout Shopify library for the Shopgate Connect PWA.

5 lines 362 B
import{WEBCHECKOUT_REGISTER_REDIRECT}from"../constants";/** * Creates the dispatched WEBCHECKOUT_REGISTER_REDIRECT action object * @param {string} location of webcheckout register * @returns {Object} The dispatched action object */export var registerRedirect=function registerRedirect(location){return{type:WEBCHECKOUT_REGISTER_REDIRECT,location:location};};