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/csx0wk0arlv9/plugin/29/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWlLTwOOFN9i4xbRR-Xl02r23k8IsZtp0nQlUdvgJKKLhc9_svni0mWzYgYxditMANBakpFe4lahJiI4");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYWYzNzUxNTc0ZWMwNTgzMDg2MjlhNWNhZmQ4NDIzN2EwNDg2MWY3MjQ3ODY1YjM5ZTFmMWJjNDZjNjIyZjliNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjFUMDU6MDM6MzMuNDgyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5sZThGdnJVUUQ2TzJuZjlKT2xFTENPcFZYY253dWVyc3dTWkN0b2NYb1NlTnhUQ1A0Nk42MW85bkpnODQ5NU9VeHAxTXNkZENUQzgyelpyeXFib0QwWmZqbk93In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AWlLTwOOFN9i4xbRR-Xl02r23k8IsZtp0nQlUdvgJKKLhc9_svni0mWzYgYxditMANBakpFe4lahJiI4");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYWYzNzUxNTc0ZWMwNTgzMDg2MjlhNWNhZmQ4NDIzN2EwNDg2MWY3MjQ3ODY1YjM5ZTFmMWJjNDZjNjIyZjliNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjFUMDU6MDM6MzMuNDgyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5sZThGdnJVUUQ2TzJuZjlKT2xFTENPcFZYY253dWVyc3dTWkN0b2NYb1NlTnhUQ1A0Nk42MW85bkpnODQ5NU9VeHAxTXNkZENUQzgyelpyeXFib0QwWmZqbk93In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64194068a70c3', 'paypal', 'pay', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64194068a70c3', 'paypal', 'pay', 'pill', 'blue');
});
}