Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard coded path store #2

Open
adrianobold opened this issue Mar 3, 2022 · 1 comment
Open

Hard coded path store #2

adrianobold opened this issue Mar 3, 2022 · 1 comment

Comments

@adrianobold
Copy link
Collaborator

export const SHOP_DOMAIN = "outside-digital.myshopify.com";

It seems not a big deal but I suppose it cannot be hardcoded to such store to release

@Wryte
Copy link

Wryte commented Mar 4, 2022

We will want this to be pulled from our window.BOLD.subscriptions object instead.

export const SHOP_DOMAIN = window.BOLD.subscriptions.config.shopDomain; 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants