@nuskin/product-components 3.17.8-cx24-7079.2 → 3.17.8-cx24-7079.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -803,12 +803,13 @@ export default {
803
803
  }
804
804
  }
805
805
  };
806
- window.sessionStorage.setItem("nstoast-allowed", "true");
806
+
807
807
  let checkoutProducts = [];
808
808
  const equinoxMarketsConfig = getCachedConfiguration("Equinox_Markets");
809
809
  const countryCode = equinoxMarketsConfig.country_code;
810
810
 
811
811
  if (equinoxMarketsConfig.active) {
812
+ window.sessionStorage.setItem("nstoast-allowed", "true");
812
813
  EquinoxCartService.addBundleToEquinoxCart(
813
814
  validSkus,
814
815
  this.products,
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.17.8-cx24-7079.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.17.8-cx24-7079.1...v3.17.8-cx24-7079.2) (2024-08-13)
1
+ ## [3.17.8-cx24-7079.3](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.17.8-cx24-7079.2...v3.17.8-cx24-7079.3) (2024-08-20)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.17.8-cx24-7079.2",
3
+ "version": "3.17.8-cx24-7079.3",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {