if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/b2nt0o88r13d/plugin/30/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQ5CztMUZnn-AKNJchGIIBM_Fo_KRcOTVQbFBROGSQ44BerF10sbe6tMBjFNfXm8yYOk11ys3lgn2Nhq");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMjhmOTdkNGM1MmVmMjAzOGM0NDI5MWE0ZmVkZTg0NmUyNmZkOGFjOTk1ZGQxOThiYTM2M2EzYWE3NjA4NzdmMHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDJUMTY6Mzg6NDcuNDk1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5jSHV4UnR1bWE0OUtIaE5vUXRCRllhUUtCQmVWdTl3b2lZbXlGVml3X2tWSUZNalJoNUxVdlA4cWIxTVlHZ25TTDhuYkxucXNuaEYzMkxhTXlpNXFjUGhPc1RBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dbeef4bfc53', 'paylater', 'paypal', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dbeef4bfc53', 'paylater', 'paypal', 'rect', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63dbeef4bfc53', 'paypal', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63dbeef4bfc53', 'paypal', 'buynow', 'rect', 'black');
});
}