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/5zsd8cligdud/plugin/11/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQWh156DG6-kZLopqriiwbyATk7C6LqNWBdUQjzcKksE7NvqjcNJ_dnUGCWmRz2ghsvC3v1bscS-hlK3");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNzZkNWE3ODhiMjc1OTI2MjYzMWNiODY2NTFlMWE5YzY1Mjc3YTgzOGZkODBlNmQzZGYzZGExMDgxN2ViN2Y0N3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMTZUMTk6NTg6MTEuNjkzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1tdjV5WG4zSXN5Q2x0MWN0RXZwbkUzdnNtN1VCZW1RcW82M0xra3V1eEhRNkJicjljVVNocVgwVTRDdUxwOGVlUzk0ck9Rc3ZPVno3bndZaUFKM1Zpa2NyVXNnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6463ecba3a378', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6463ecba3a378', 'paypal', 'buynow', 'rect', 'gold');
});
}