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/fq266pe6a8zs/plugin/5/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Aaqi6sVSu0SOcMDiaWmhKSfW_MyVZqI3UOS1p8_RTx0aDx3oZrBaVAf4TU01WVgSGXVgCNePuiBJ0d2b");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGU5YmE4YjM1ZWI4N2FkMTg5ZTk4ZTdkMTk2ZTFhZTU0ZTU1NTIxZjUyOGQyNWM2MzNmNTlhZDk4NDVkZGFiM3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDEtMjlUMTM6MjA6MzEuNjc3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5obXJJaGx4ekRTRjhQQVVWQkE3ZURSTzI0ZTA5NjJFNzJWcENuNnhlRkZWNXZGRWZNR2h6dHl0aDBYU0ZhZVo4YUdUVV9ETWR2d2xpUVJzT21VT0Z4X2FPZlFBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d6729f5a4bd', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d6729f5a4bd', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d6729f5a4bd', 'paypal', 'pay', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d6729f5a4bd', 'paypal', 'pay', 'rect', 'gold');
});
}