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/ik8wuzd8241j/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZG1hQ0PLUq8BYB6sGuzHk0fRPOWpqoin1iofqe-Tf5i2kQPSjk8fJL2U-pamE8SZm1tILCl4kPuIkL0");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZGFjZTgwZDZlZWY4MmM3MDhiNzE2MGJhYTk3YjU2NjU1NWIxNjE1YmE1ZjcwNjA0ZDhjY2M1OWEyZTRiNzUxMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMjZUMDE6MjM6NDAuNjA0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9Oc0dwUWxDM3daLVlNSjdhdnFGbElSb0xPT3dPcHY3eF93TFVEMFlDdEtiV0JKd3luby1fQTktTXJBWWdjUFZSRHRfNTd5RUFCTldNdnFwOWNwbE94eURJVjdnIn19");
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", "AZG1hQ0PLUq8BYB6sGuzHk0fRPOWpqoin1iofqe-Tf5i2kQPSjk8fJL2U-pamE8SZm1tILCl4kPuIkL0");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZGFjZTgwZDZlZWY4MmM3MDhiNzE2MGJhYTk3YjU2NjU1NWIxNjE1YmE1ZjcwNjA0ZDhjY2M1OWEyZTRiNzUxMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMjZUMDE6MjM6NDAuNjA0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9Oc0dwUWxDM3daLVlNSjdhdnFGbElSb0xPT3dPcHY3eF93TFVEMFlDdEtiV0JKd3luby1fQTktTXJBWWdjUFZSRHRfNTd5RUFCTldNdnFwOWNwbE94eURJVjdnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6562a58a41350', 'paypal', 'checkout', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6562a58a41350', 'paypal', 'checkout', 'pill', 'gold');
});
}