@salla.sa/twilight-components 2.12.56 → 2.12.57

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.
@@ -25004,6 +25004,8 @@ const SallaQuickBuy = class {
25004
25004
  validateMerchant: {
25005
25005
  url: salla.url.get('checkout/applepay/validate'),
25006
25006
  onSuccess: () => {
25007
+ debugger;
25008
+ console.log('🍏 Pay: success', { this: this, applePayOnly: this.applePayOnly, productId: this.productId, cartId: this.cartId });
25007
25009
  if (this.applePayOnly && !this.productId) { // the cart is not passes
25008
25010
  if (!this.cartId) {
25009
25011
  salla.logger.warn('🍏 Pay: trying to create applePay transaction without cartId/ProductId !');