@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 +1 -1
- package/src/salesEventService.js +2 -0
package/package.json
CHANGED
package/src/salesEventService.js
CHANGED
|
@@ -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
|
}
|