@nuskin/ns-shop 5.14.8 → 5.14.9

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": "5.14.8",
3
+ "version": "5.14.9",
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": {
@@ -578,12 +578,10 @@ async function _getRemoteTicket(eventTicketInfo) {
578
578
 
579
579
  if (ticketNotFound) {
580
580
  // The ticket doesn't exist in AWS anymore. Get a new one.
581
- console.error(`salesEventService.getRemoteTicket - Sales event ticket not found: ${ticketId}! Requesting new ticket.`);
582
581
  eventTicketInfo.ticket = null;
583
582
  await _getRemoteTicket(eventTicketInfo);
584
583
  } else if (eventNotFound) {
585
584
  // The sales event definition doesn't exist anymore.
586
- console.error(`salesEventService.getRemoteTicket - Sales event not found: ${eventName}!`);
587
585
  if (eventTicketInfo.ticket) {
588
586
  // This will cause the ticket to be removed locally.
589
587
  console.log(`Expiring ticket ${ticketId} for event ${eventName}!`);