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/lhw8d6474eyi/plugin/8/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AVVYAbcEieXKFAEwk2r8K3uzheYwavmqyXpNJIkYoVGS6nOeIBWv9q57gn212q27kt41Bt3Cg-T6tc5a");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNGIzNjczZGUzZWNmY2Q5M2EzYzhiYTc5ZmQ4ZDQ2NjVhNDcyOWIxZTdmZGZlMDBjOTY3MTA1ZjQ1ZTdmMjZlMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDYtMjhUMTA6MDQ6MjIuNjkyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5SVG9PbmtfT2xfeTI2MjgtcFRQUXljS0Q1dE5QWFpwYmtKUzlxZTdZMTlsdC1xaHp6c1kzcUk5NThrSVd4N0JnbXZ3Q1lremdTRUxaVDg1UWdEcXQwWjhESXRRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62bad22656fb9', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62bad22656fb9', 'paypal', 'buynow', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62bad22656fb9', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62bad22656fb9', 'card', 'buynow', 'rect', 'black');
});
}