@nuskin/ns-product-lib 2.17.2-cx24-7003.4 → 2.17.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/graph-ql/product.js +2 -2
package/package.json
CHANGED
package/src/graph-ql/product.js
CHANGED
@@ -471,11 +471,11 @@ function mapChildSKU(kitBundleProducts) {
|
|
471
471
|
backOrderedQty: defaultVariant.availableQuantity
|
472
472
|
}
|
473
473
|
}
|
474
|
-
|
475
474
|
}
|
476
|
-
})
|
475
|
+
});
|
477
476
|
}
|
478
477
|
|
478
|
+
|
479
479
|
/**
|
480
480
|
* map EQ customer types to supported product card customer types
|
481
481
|
* @param {Array<string>} eqCustomerTypes
|