@salla.sa/twilight-components 2.11.87 → 2.11.88

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.
@@ -26155,7 +26155,7 @@ const SallaQuickBuy = class {
26155
26155
  this.currency = response.data.base_currency_price.currency;
26156
26156
  });
26157
26157
  }
26158
- let isNotIframe = window.self !== window.top;
26158
+ let isNotIframe = window.self === window.top;
26159
26159
  this.isApplePayActive = isNotIframe && ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.canMakePayments())
26160
26160
  && ((_b = salla.config.get('store.settings.payments')) === null || _b === void 0 ? void 0 : _b.includes('apple_pay'));
26161
26161
  let applePaySdk = document.getElementById('apple-pay-sdk');