@nuskin/ns-shop 6.7.6 → 6.7.7

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-shop",
3
- "version": "6.7.6",
3
+ "version": "6.7.7",
4
4
  "description": "The description that will amaze and astound your audience when they read it",
5
5
  "main": "src/shop.js",
6
6
  "scripts": {
@@ -809,7 +809,7 @@ async function checkItemAvailability() {
809
809
  if (productInfo.equinoxProductId) {
810
810
  qual = await QualificationService.getQualification(productInfo.equinoxProductId)
811
811
  }
812
-
812
+
813
813
  if (!qual){
814
814
  qual = await QualificationService.getQualification(productInfo.sku)
815
815
  }
@@ -905,7 +905,7 @@ function _getUserAddedItemSkus(userId, eid, cntryCd) {
905
905
  */
906
906
  events.unsubscribe(events.salesevent.INITIAL_ACTIVE_EVENTS, onReceivedActiveEvents);
907
907
 
908
- if (activeEvents.length > 0) {
908
+ if (getCachedConfigField('disableSalesEventSignupCheck') && activeEvents.length > 0) {
909
909
  /*
910
910
  If in an active event, skip the signup requirements network
911
911
  call and proceed as though signup requirements have been met.