@nuskin/ns-product-lib 2.21.0 → 2.21.1-pa-933.1
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.
- package/package.json +1 -1
- package/src/graph-ql/product.js +1 -1
package/package.json
CHANGED
package/src/graph-ql/product.js
CHANGED
|
@@ -471,7 +471,7 @@ async function mapVariants(product, isContentStack) {
|
|
|
471
471
|
"personalOffer": false,
|
|
472
472
|
"savedEventName": '',
|
|
473
473
|
"salesLabel": variant.salesLabel || variant.salesText,
|
|
474
|
-
"eventName": variant.
|
|
474
|
+
"eventName": variant.offerId || '',
|
|
475
475
|
"sizeWeight": '',
|
|
476
476
|
"nettoWeight": "",
|
|
477
477
|
"searchScore": 0,
|