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/5ajtom15v1lx/plugin/5/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQMxYQn0qhRC-Z2pM0sQjEEAZBAojOiqeb7fwLGQ2-3mro7QZjvLgGHe4LT4hTxusd0j4YjZ3DFJTZeY");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjczYzhkMTU4NDQzOTE1MzEzZjE3MzAxYzQ3OTg3NzQ0ZWZhY2U0YTIyMjRkOWEyNmU5YjBmNWM1OTU1NGUxYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDEtMzFUMDI6NDA6MDQuODg3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1jTmJYS3J6QkRCbzdmR29Tc0N0Z1dBemZjdE8zREhJRG9sOWcyaC14bXpITm5EWEdtWU9zZFNoRjVXdlB0ZTMtb2JZdnFsMUZIck93OWtYaG5xYzhfQUQ1emVBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d88d46b3761', 'paylater', 'paypal', 'pill', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d88d46b3761', 'paylater', 'paypal', 'pill', 'white');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d88d46b3761', 'paypal', 'buynow', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d88d46b3761', 'paypal', 'buynow', 'pill', 'gold');
});
}