@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.
@@ -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
- // supportedCountries: data.applepay_supported_networks, // todo :: later get it from store settings with countries
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
- // supportedCountries: data.applepay_supported_networks, // todo :: later get it from store settings with countries
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
- // supportedCountries: data.applepay_supported_networks, // todo :: later get it from store settings with countries
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
- // supportedCountries: data.applepay_supported_networks, // todo :: later get it from store settings with countries
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: () => {