@colijnit/product 257.1.1 → 257.1.2

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.
@@ -31,8 +31,8 @@
31
31
  function Version() {
32
32
  this.name = "@colijnit/product";
33
33
  this.description = "Product detail page project for iOne";
34
- this.symVer = "257.1.1";
35
- this.publishDate = "20-1-2025 16:08:00";
34
+ this.symVer = "257.1.2";
35
+ this.publishDate = "22-1-2025 21:39:03";
36
36
  }
37
37
  return Version;
38
38
  }());
@@ -3631,7 +3631,7 @@
3631
3631
  ProductExternalSourceComponent.prototype._prepareConfigurator = function () {
3632
3632
  if (this.externalCatalogStartupInfo) {
3633
3633
  this.token = this.externalCatalogStartupInfo.token;
3634
- this.sku = "657946ca-e1e1-41fd-7ae0-08dbf7df0cef"; // this.externalCatalogStartupInfo.externalGoodId;
3634
+ this.sku = this.externalCatalogStartupInfo.externalGoodId;
3635
3635
  this.variant = this.externalCatalogStartupInfo.flattenedGoodId;
3636
3636
  this.switchToConfigurator();
3637
3637
  this.loaded = true;