@nuskin/product-components 3.17.8-cx24-7079.1 → 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,11 +803,13 @@ export default {
803
803
  }
804
804
  }
805
805
  };
806
+
806
807
  let checkoutProducts = [];
807
808
  const equinoxMarketsConfig = getCachedConfiguration("Equinox_Markets");
808
809
  const countryCode = equinoxMarketsConfig.country_code;
809
810
 
810
811
  if (equinoxMarketsConfig.active) {
812
+ window.sessionStorage.setItem("nstoast-allowed", "true");
811
813
  EquinoxCartService.addBundleToEquinoxCart(
812
814
  validSkus,
813
815
  this.products,
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.17.8-cx24-7079.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.17.7...v3.17.8-cx24-7079.1) (2024-08-12)
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.1",
3
+ "version": "3.17.8-cx24-7079.3",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {