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/2qy7kqu8nmyu/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWp-owJN-dwTv9x8wmY61gkLO7KkyHqJnoETVoAPrhfrVwYTh4fYw92kdBu_3AJhLszFn3BndcdhCAro");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNWE1NmIxZmFlMDYyZGU4NDI5ZDdhNmMzOGJmNjJlYTIzZGNkZTcwZmY1NmQ4YTQzYTA1ZjUxZmNiMjczMTYzY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDQtMTFUMTY6MjM6MjMuMDc5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1PRnBqY3V4STVYbm1HWk5TUGIzdS1meDdvdnhRQVFVU2xoMVhiY3REMXFfQ2ZpTUxjTlBaT0xaRm5YczNDWi10T2FRTXNpRUVtVlFQNmVKRk53YUtEWjU4eTJnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6435929a0a290', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6435929a0a290', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6435929a0a290', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6435929a0a290', 'paypal', 'buynow', 'rect', 'gold');
});
}