if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/z1vf3d27bdyb/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Aaswn3VneOUJfYnPJT6IcHV8DIS2kuBhRlM7rZvbBvcdtf0aANIIHddPuWsAoKVrWrlPGUPK2vs56HWC");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYmVjYzNiMTE3YjgxY2U1NjMyMWJjOWM2YTlhOTM1ZWNmMjUzZjZlOGI5OTUxYzIxYjM5YTYwYWExOWZhNWRjNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMjNUMDk6NDg6MjMuMTcwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU01SjI4NnFaX1ltYTlFeWJ6bXVuME5FV05TYWtvalZ0SG5ESXhYdG5JSVlsVEIzdU44blZvLXpXNEsyazFwOVRqc1h4U0ZwemFjODlvLUxPTldzTDdvM0JqbWNnIn19");
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", "Aaswn3VneOUJfYnPJT6IcHV8DIS2kuBhRlM7rZvbBvcdtf0aANIIHddPuWsAoKVrWrlPGUPK2vs56HWC");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYmVjYzNiMTE3YjgxY2U1NjMyMWJjOWM2YTlhOTM1ZWNmMjUzZjZlOGI5OTUxYzIxYjM5YTYwYWExOWZhNWRjNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMjNUMDk6NDg6MjMuMTcwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU01SjI4NnFaX1ltYTlFeWJ6bXVuME5FV05TYWtvalZ0SG5ESXhYdG5JSVlsVEIzdU44blZvLXpXNEsyazFwOVRqc1h4U0ZwemFjODlvLUxPTldzTDdvM0JqbWNnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6741aaa656109', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6741aaa656109', 'paypal', 'buynow', 'rect', 'gold');
});
}