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/kl7jg389qdut/plugin/31/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYef-kfJgSGBdtkx6b3lmS8Hv-NwO1lxMsCCwYzsW9XFTLLq8FriUdHrvUNRM_z5EfqMPk3XWU4vNGAz");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTRhNjdhYTM3ODU3YTI0ZTExNWMwMzNmMTkyMzQwNTY4NDg5NmZkOThhMjQ2NWQ4NGU1MTA1ZjkxZDc1ZTYxNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDMtMTJUMDc6NTk6MjIuMzgzMzY0Njc1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9ZdGoxN2tsUXN2VXhldFk5ZVcxdGdEWmNZdzdqMFNENDRpMXJ3MldqcU1mN2QzcDdyRXlVMXloNU1jcmtaTjA1el8wMERrajlfS1BTT3BtNG9JR3NOdjNuVXdRIn19");
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", "AYef-kfJgSGBdtkx6b3lmS8Hv-NwO1lxMsCCwYzsW9XFTLLq8FriUdHrvUNRM_z5EfqMPk3XWU4vNGAz");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTRhNjdhYTM3ODU3YTI0ZTExNWMwMzNmMTkyMzQwNTY4NDg5NmZkOThhMjQ2NWQ4NGU1MTA1ZjkxZDc1ZTYxNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDMtMTJUMDc6NTk6MjIuMzgzMzY0Njc1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9ZdGoxN2tsUXN2VXhldFk5ZVcxdGdEWmNZdzdqMFNENDRpMXJ3MldqcU1mN2QzcDdyRXlVMXloNU1jcmtaTjA1el8wMERrajlfS1BTT3BtNG9JR3NOdjNuVXdRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67d142805b039', 'paypal', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67d142805b039', 'paypal', 'paypal', 'rect', 'gold');
});
}