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