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/j27kcq2z9em6/plugin/4/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ASiCCmh0YNzgNUaYA0HuJw-WuVK8g86wNYinI2lBbn3sY_ccAfOzvt9PMcvJZQXuyB8jRr89GnWQRsBQ");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNTY1NDA1MzVmNDA2ZjU5MWUwMTRiYTM0NDY0YjBmOWE4MjFlZmE5OTc1YmVhMTVlYWViNTVkMTY0NTBkM2U3NXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMDVUMTE6MzI6MzkuMzA2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5KX05fc3JBLXRrRk9VOTQyWUFQeTdXeE1faTRZRDFTQVFLa2QwVVRLMVpUbG9MdGRTVW1SNkI0c0hwdHFKNHlRUTlvYUdxdGRUT0dWdHUyS1RWYjF5MmZTeVZnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('654785979021b', 'paypal', 'pay', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('654785979021b', 'paypal', 'pay', 'pill', 'blue');
});
}