@nuskin/ns-shop 7.0.5-cx1-13272.10 → 7.0.5-cx1-13272.11

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": "7.0.5-cx1-13272.10",
3
+ "version": "7.0.5-cx1-13272.11",
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": {
@@ -832,6 +832,8 @@ async function _initializePolling() {
832
832
  if (window.location.pathname === '/static/checkout/checkout.html') {
833
833
  // check for missing tickets. Only perform on checkout s
834
834
  const activeEvents = await _getActiveEvents();
835
+ myAlert(`Active Event check, ${activeEventMap}`);
836
+
835
837
  for (const eventInfo of activeEvents) {
836
838
  await _checkForMissingTicket(eventInfo.eventName);
837
839
  }