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/m1x9nqiuzy5l/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Ac81FsHN5_ZcmYl8McbmfyD-8HQR9cQskI4t5LfHpX9eibZJDjPyzRhftDCuTNMf9n-fSHJ7vTdlzZSG");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOTkxMDRmMzMwYmQ0ZjBmODhlOTgyYmM2MmYxMzQ2MzJiMjU4NDBmY2EyYjQzZTYxNzQ1NTMxN2FjOTEyZjc1NHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMjVUMDM6MzY6MjUuMjcxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9COUdqVXFkT0pvOUNpVzFjN3BLR1hod3NZd1p5Y3l0XzFRYnlxOVJUUnhKbHRKcFZGTFhLa213WmN6YjVlWEFVZmZoUFRMMlFMVUZBdF9uTnp3Vy1vR3lxMEJnIn19");
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", "Ac81FsHN5_ZcmYl8McbmfyD-8HQR9cQskI4t5LfHpX9eibZJDjPyzRhftDCuTNMf9n-fSHJ7vTdlzZSG");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOTkxMDRmMzMwYmQ0ZjBmODhlOTgyYmM2MmYxMzQ2MzJiMjU4NDBmY2EyYjQzZTYxNzQ1NTMxN2FjOTEyZjc1NHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMjVUMDM6MzY6MjUuMjcxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9COUdqVXFkT0pvOUNpVzFjN3BLR1hod3NZd1p5Y3l0XzFRYnlxOVJUUnhKbHRKcFZGTFhLa213WmN6YjVlWEFVZmZoUFRMMlFMVUZBdF9uTnp3Vy1vR3lxMEJnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('646edb350b77b', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('646edb350b77b', 'card', 'buynow', 'rect', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('646edb350b77b', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('646edb350b77b', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('646edb350b77b', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('646edb350b77b', 'paypal', 'buynow', 'rect', 'gold');
});
}