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/a2knzigdwtru/plugin/16/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ASMWLUA1dj4cucEOQ5EYa76c-6S73CBKnkyVk5ny3yUersz2lgfO4gkIee6pb0Cf4LDqs1RcjgAn5mLi");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiM2E3Y2FhYjNlZGEyNzA1YjdlODQ3ZmE2NjU5OWMzZjVlMWRkZGZjODI4ZTM4M2I2MDlhYjEzYzc2MDJkYjVhN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMjVUMTg6NDU6NTIuMzgzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5fYkU4eWpvWE8xcEdEVHBEYW14SFB0cWpZaXRLUGJSRkd5Y1VhenZwZ0dEMWlVQjRySy02MzJwVlBWdFZ4bl9MTkhCbnN6RVZyRjJpLURsc1VhZjlod3VtOEVnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "ASMWLUA1dj4cucEOQ5EYa76c-6S73CBKnkyVk5ny3yUersz2lgfO4gkIee6pb0Cf4LDqs1RcjgAn5mLi");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiM2E3Y2FhYjNlZGEyNzA1YjdlODQ3ZmE2NjU5OWMzZjVlMWRkZGZjODI4ZTM4M2I2MDlhYjEzYzc2MDJkYjVhN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMjVUMTg6NDU6NTIuMzgzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5fYkU4eWpvWE8xcEdEVHBEYW14SFB0cWpZaXRLUGJSRkd5Y1VhenZwZ0dEMWlVQjRySy02MzJwVlBWdFZ4bl9MTkhCbnN6RVZyRjJpLURsc1VhZjlod3VtOEVnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('646fb021768af', 'paylater', 'paypal', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('646fb021768af', 'paylater', 'paypal', 'pill', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('646fb021768af', 'paypal', 'pay', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('646fb021768af', 'paypal', 'pay', 'pill', 'gold');
});
}