Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vwo-kb/412487d157e511b772ff6bdd83379c20 to your computer and use it in GitHub Desktop.
Save vwo-kb/412487d157e511b772ff6bdd83379c20 to your computer and use it in GitHub Desktop.
vwo.addShopifyMiddleware((payload) => {
let newPayload = payload;
// customCode logic here
return newPayload;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment