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/kwz8nf3to08n/plugin/124/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AUpXPoLyK_t8wenG1OfqIWwbiFgzpVMPy5zoo31g-OD2ZZjyvaEn_LCk_4uUAxELlYs1QL56P4eIrglZ");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWY4NjZmMzI2ZmE4OGYzMTcxYzhlY2Y5OWI2MGU3ZmM4YzNiNjI5ZTVmMGFjZWM2MzQ4ZDBmOTg5N2E1MDA2ZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMDgtMTVUMDY6NDg6NDkuODAwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9xTlBUZmpiem81NHRBbzk2Y2xBdUQ0TU5KN2ZVc2F1M2JudExpSnF6RkdyT3pVWXZzd2Nka1lmd0VtZ2sxZmV6VnkteTFDZ0dvenFhTmI4SVpNVE9FNUJJNXVRIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('66bdacac432a9', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('66bdacac432a9', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('66bdacac432a9', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('66bdacac432a9', 'paypal', 'buynow', 'rect', 'gold');
});
}