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/ldc4r9zrwn2w/plugin/17/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AdogL8cskMutvLcC4oWpRNwTTzat9odI9aaStljabRU4lNCOys3p5Y2K0vZgc1ZA-kN2blJ_FENPSXaJ");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZWQ1NjAxMmZjOTMxMTYzMGM4MjAxNmExYTYzNmQ4N2YzY2U3OTFjNTdkNGI5ZDRiYjAyZTEzYjgyMTRlMTQxMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDYtMDdUMjA6MjM6NTAuNDYxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBPSkdZY2pNZkRONktFOWU3b2VNWUhITXc5Y1BMalJvSnBjX0x1aGVVMEtOZXFiUlNqQzJoaUhmNUt1cVdQUXhabnB6UzB4cll3MUhubFNaelpEN0hUU0JKbVdnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6480f56120dad', 'paylater', 'paypal', 'rect', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6480f56120dad', 'paylater', 'paypal', 'rect', 'silver');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6480f56120dad', 'paypal', 'buynow', 'rect', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6480f56120dad', 'paypal', 'buynow', 'rect', 'silver');
});
}