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