@salla.sa/twilight-components 2.11.70 → 2.11.71
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-button_37.cjs.entry.js +1 -1
- package/dist/collection/components/salla-quick-buy/salla-quick-buy.js +1 -1
- package/dist/components/salla-quick-buy2.js +1 -1
- package/dist/esm/salla-button_37.entry.js +1 -1
- package/dist/esm-es5/salla-button_37.entry.js +1 -1
- package/dist/twilight/{p-003923b5.entry.js → p-28812dd3.entry.js} +1 -1
- package/dist/twilight/{p-d86b2dbd.system.entry.js → p-45b5a0f3.system.entry.js} +1 -1
- package/dist/twilight/p-60fb9bb5.system.js +1 -1
- package/dist/twilight/twilight.esm.js +1 -1
- package/package.json +2 -2
|
@@ -26054,7 +26054,7 @@ const SallaQuickBuy = class {
|
|
|
26054
26054
|
requiredShippingContactFields: this.isRequireShipping ? ['postalAddress'] : null,
|
|
26055
26055
|
shippingMethods: this.isRequireShipping ? [] : null,
|
|
26056
26056
|
supportedNetworks: salla.config.get('store.settings.buy_now.networks'),
|
|
26057
|
-
|
|
26057
|
+
supportedCountries: salla.config.get('store.settings.buy_now.countries'),
|
|
26058
26058
|
validateMerchant: {
|
|
26059
26059
|
url: salla.url.get('checkout/applepay/validate'),
|
|
26060
26060
|
onSuccess: () => {
|
|
@@ -67,7 +67,7 @@ export class SallaQuickBuy {
|
|
|
67
67
|
requiredShippingContactFields: this.isRequireShipping ? ['postalAddress'] : null,
|
|
68
68
|
shippingMethods: this.isRequireShipping ? [] : null,
|
|
69
69
|
supportedNetworks: salla.config.get('store.settings.buy_now.networks'),
|
|
70
|
-
|
|
70
|
+
supportedCountries: salla.config.get('store.settings.buy_now.countries'),
|
|
71
71
|
validateMerchant: {
|
|
72
72
|
url: salla.url.get('checkout/applepay/validate'),
|
|
73
73
|
onSuccess: () => {
|
|
@@ -2470,7 +2470,7 @@ const SallaQuickBuy = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
|
2470
2470
|
requiredShippingContactFields: this.isRequireShipping ? ['postalAddress'] : null,
|
|
2471
2471
|
shippingMethods: this.isRequireShipping ? [] : null,
|
|
2472
2472
|
supportedNetworks: salla.config.get('store.settings.buy_now.networks'),
|
|
2473
|
-
|
|
2473
|
+
supportedCountries: salla.config.get('store.settings.buy_now.countries'),
|
|
2474
2474
|
validateMerchant: {
|
|
2475
2475
|
url: salla.url.get('checkout/applepay/validate'),
|
|
2476
2476
|
onSuccess: () => {
|
|
@@ -26050,7 +26050,7 @@ const SallaQuickBuy = class {
|
|
|
26050
26050
|
requiredShippingContactFields: this.isRequireShipping ? ['postalAddress'] : null,
|
|
26051
26051
|
shippingMethods: this.isRequireShipping ? [] : null,
|
|
26052
26052
|
supportedNetworks: salla.config.get('store.settings.buy_now.networks'),
|
|
26053
|
-
|
|
26053
|
+
supportedCountries: salla.config.get('store.settings.buy_now.countries'),
|
|
26054
26054
|
validateMerchant: {
|
|
26055
26055
|
url: salla.url.get('checkout/applepay/validate'),
|
|
26056
26056
|
onSuccess: () => {
|