@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.
- package/dist/cjs/salla-add-product-button_41.cjs.entry.js +2 -0
- package/dist/cjs/salla-add-product-button_41.cjs.entry.js.map +1 -1
- package/dist/collection/components/salla-quick-buy/salla-quick-buy.js +2 -0
- package/dist/collection/components/salla-quick-buy/salla-quick-buy.js.map +1 -1
- package/dist/components/salla-quick-buy2.js +2 -0
- package/dist/components/salla-quick-buy2.js.map +1 -1
- package/dist/esm/salla-add-product-button_41.entry.js +2 -0
- package/dist/esm/salla-add-product-button_41.entry.js.map +1 -1
- package/dist/esm-es5/salla-add-product-button_41.entry.js +1 -1
- package/dist/esm-es5/salla-add-product-button_41.entry.js.map +1 -1
- package/dist/twilight/{p-9a9fe6f6.entry.js → p-6b978fb9.entry.js} +2 -2
- package/dist/twilight/{p-9a9fe6f6.entry.js.map → p-6b978fb9.entry.js.map} +1 -1
- package/dist/twilight/p-9f2e0944.system.js +1 -1
- package/dist/twilight/{p-d6f3ac98.system.entry.js → p-d363a8b2.system.entry.js} +2 -2
- package/dist/twilight/{p-d6f3ac98.system.entry.js.map → p-d363a8b2.system.entry.js.map} +1 -1
- package/dist/twilight/twilight.esm.js +1 -1
- package/dist/types/global.d.ts +17 -0
- package/package.json +2 -2
|
@@ -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 !');
|