bold-commerce / subscriptions-customer-portal

Subscriptions Customer Portal
MIT License
0 stars 3 forks source link

Hard coded path store #2

Open adrianobold opened 2 years ago

adrianobold commented 2 years ago

https://github.com/bold-commerce/subscriptions-customer-portal/blob/272a3b659c4dbb664d8e5601f82b99ad2a94b0f2/src/api/core.js#L5

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

Wryte commented 2 years ago

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

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