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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMTA5NTQ2MmUzMWExM2U0MTUwZWM1N2ExODUzODFmMTBkY2M0NThhYTk2YTliY2VjZDg3MmRmOGQyY2IzYWMwOXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDdUMDM6NTA6MTguMjkwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVB5ZFBoUW1Wd3hNSmlaMHNNNldacVVRRnpTRlFENUs5T2RsQ0ZWbTZ2MHpNSEJnQjNXOTJvdzgyZnE4TVRRT2I3aTNTSm5vbWhhZjZYU09RaFd4QnBuMDBfMmhBIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e1cd2920b36', 'paylater', 'paypal', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e1cd2920b36', 'paylater', 'paypal', 'pill', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e1cd2920b36', 'paypal', 'pay', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e1cd2920b36', 'paypal', 'pay', 'pill', 'gold');
});
}