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/8wxaurl0lgk6/plugin/12/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AarNu9eWIbRP8BTuiAE6DeX98EyWoYgvj4SmQpVIY_Ok2q6UiZOUlubzocjV-PS1y1Gzwm9LAMUj4qhI");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODkzMWQ1MWQwMWNhNTMzMTMzMzc2ZmM4ZjAwMmFiNTQwNzExMjk4MDg5YTNmNzkzYzc5Yzg3MGVmYzk2NzBmZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDEtMTlUMjI6NTI6MTkuODE0NTk1MzYwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU05NkFKU3VWZkpUOEo3dU9XWHhuajdqV0JXNXZNR0J3d3hzaFkzaGliM3VSbnRCZlNCWmQwZGk5NEFmNXF4VHM4V3NjWW5qNldCX1FlUFVOY2JuSXQ2Zmp3eENRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('678d851ae4fb4', 'paylater', 'paypal', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('678d851ae4fb4', 'paylater', 'paypal', 'pill', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('678d851ae4fb4', 'paypal', 'checkout', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('678d851ae4fb4', 'paypal', 'checkout', 'pill', 'blue');
});
}