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",