diff --git a/modules/ppcp-wc-gateway/resources/js/gateway-settings.js b/modules/ppcp-wc-gateway/resources/js/gateway-settings.js index a84350cb7..afec3a426 100644 --- a/modules/ppcp-wc-gateway/resources/js/gateway-settings.js +++ b/modules/ppcp-wc-gateway/resources/js/gateway-settings.js @@ -134,7 +134,7 @@ document.addEventListener( settings['disable-funding'] = disabledSources; } - const smartButtonLocale = document.getElementById('ppcp-smart_button_language') + const smartButtonLocale = document.getElementById('ppcp-smart_button_language'); if (smartButtonLocale?.length > 0 && smartButtonLocale?.value !== '') { settings['locale'] = smartButtonLocale.value; }