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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjQ4MDdhMTY1MGM0NDkzZDgxMmI1MTYyMGZkZDVhMzZjODljYjEwYjk2YmU0MTUxOGE5ZTYxMDQwYzZlYzlmMHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDEtMjBUMTQ6Mzg6MDUuNTU4MDM0MDE2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1Cc0ROVW9oR2JvaFVkd08zNmdJcXR4ejVMZElSaEU0WVRFWmNpcEpjMTFJRnliNXJsVHg5UTNTa2pFNnB0VU9JeUNVVXZNWlYtdjlCS2RzajBQUlZxV1QyUzRRIn19");
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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjQ4MDdhMTY1MGM0NDkzZDgxMmI1MTYyMGZkZDVhMzZjODljYjEwYjk2YmU0MTUxOGE5ZTYxMDQwYzZlYzlmMHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDEtMjBUMTQ6Mzg6MDUuNTU4MDM0MDE2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1Cc0ROVW9oR2JvaFVkd08zNmdJcXR4ejVMZElSaEU0WVRFWmNpcEpjMTFJRnliNXJsVHg5UTNTa2pFNnB0VU9JeUNVVXZNWlYtdjlCS2RzajBQUlZxV1QyUzRRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('678e6c7c96b2e', 'paypal', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('678e6c7c96b2e', 'paypal', 'paypal', 'rect', 'gold');
});
}