if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/5uerm8tyvphn/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AdI_N1WbuC_maqsecv_gpzA5D8Oxx8NfWSWs__qceUkFshm__djbaDEx244W2NiPNJYmgBiOEvyC9Gy6");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNzhlMjg4ZWJlMTA2ZTY0NGUyNDk3ZGU2OTNmOWMxOWMxMDQ0MWYzNGZiNGZjOTM1YTY4ZTg4NTZmYjVkNDZhN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjRUMTE6Mjk6MTkuNjU0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9RV3U2a3ZmVkRweVAxRVVjVEVSQi1hNkdKSmJLVHBsTjF4STlncGVxd283UmNsZmtMSE4zWkg3NUNUbHlkS1hTbE1KcWd6Z2UzbjM0alhqTWpGSTBVbW16X1B3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AdI_N1WbuC_maqsecv_gpzA5D8Oxx8NfWSWs__qceUkFshm__djbaDEx244W2NiPNJYmgBiOEvyC9Gy6");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNzhlMjg4ZWJlMTA2ZTY0NGUyNDk3ZGU2OTNmOWMxOWMxMDQ0MWYzNGZiNGZjOTM1YTY4ZTg4NTZmYjVkNDZhN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjRUMTE6Mjk6MTkuNjU0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9RV3U2a3ZmVkRweVAxRVVjVEVSQi1hNkdKSmJLVHBsTjF4STlncGVxd283UmNsZmtMSE4zWkg3NUNUbHlkS1hTbE1KcWd6Z2UzbjM0alhqTWpGSTBVbW16X1B3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('641d922b6e483', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('641d922b6e483', 'paylater', 'paypal', 'rect', 'gold');
});
}