From 4fdb983b336790f63c4c61151d518a33f95347fe Mon Sep 17 00:00:00 2001 From: Abdurrahman Saber Date: Tue, 29 Jul 2025 14:11:58 +0300 Subject: [PATCH] [IMP] applepay_fast_checkout: enable apple pay from uae --- .../applepay_fast_checkout/static/src/js/applepay_iframe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odex25_donation/applepay_fast_checkout/static/src/js/applepay_iframe.js b/odex25_donation/applepay_fast_checkout/static/src/js/applepay_iframe.js index 12518634e..1526545b2 100644 --- a/odex25_donation/applepay_fast_checkout/static/src/js/applepay_iframe.js +++ b/odex25_donation/applepay_fast_checkout/static/src/js/applepay_iframe.js @@ -8,7 +8,7 @@ var wpwlOptions = { supportedNetworks: ["mada", "masterCard", "visa"], merchantCapabilities: ["supports3DS", "supportsCredit", "supportsDebit"], merchantIdentifier: window.merchant_id, - supportedCountries: ["SA"], + supportedCountries: ["SA", "AE"], buttonSource: "css", buttonStyle: "black", buttonType: "pay",