if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/jspemrmh7klx/plugin/56/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ARHRGD9voQqy-QSmb1hZeqxxC0SFuxTQ5I2NDisIRNqHm5hC4xf7xaUgaML-Pf0PvTI3oOXaoQhaDHHr");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGRkZjE5ZDM5NTFlMDgwYzgzZTg5NTY5YmI5MGExMGY5ZTIzYmZiOWE2MjhhZjQzOTA0NDU2ZjE2MTkxNzIyN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMThUMDc6NTQ6MDguODQzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1SSktBYnNWOFVvRjVhcDRnMTNMZnAycDI0Z0c2VFJJdzg1Rm1PRHZSUU9WeG5MMVdsSlJhM19YVTdtbmk5T0dneUtUVXZTWEQwclUwUXM3Mng3Mko2bnhIYzNRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "ARHRGD9voQqy-QSmb1hZeqxxC0SFuxTQ5I2NDisIRNqHm5hC4xf7xaUgaML-Pf0PvTI3oOXaoQhaDHHr");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGRkZjE5ZDM5NTFlMDgwYzgzZTg5NTY5YmI5MGExMGY5ZTIzYmZiOWE2MjhhZjQzOTA0NDU2ZjE2MTkxNzIyN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMThUMDc6NTQ6MDguODQzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1SSktBYnNWOFVvRjVhcDRnMTNMZnAycDI0Z0c2VFJJdzg1Rm1PRHZSUU9WeG5MMVdsSlJhM19YVTdtbmk5T0dneUtUVXZTWEQwclUwUXM3Mng3Mko2bnhIYzNRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6465e0445b6d0', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6465e0445b6d0', 'card', 'buynow', 'rect', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6465e0445b6d0', 'paylater', 'paypal', 'rect', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6465e0445b6d0', 'paylater', 'paypal', 'rect', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6465e0445b6d0', 'paypal', 'checkout', 'rect', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6465e0445b6d0', 'paypal', 'checkout', 'rect', 'blue');
});
}