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/qukgxm80lunn/plugin/11/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AXcSmvXMhCJsCGuQcZ1SQJ7R4nzzl2-j3cws5VahnBWOBT0-q-pfj46nsVo7YD9j4t-9enfWwAnOyNGa");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGJlNjBjNmE0Yjk5MzAxMjU4YjE5MTk1NDIyZTM3OGNlYjAzMjhiZWQ0N2RjOGEzZDhkMTkwN2JhZmIxMzU1ZHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMTZUMDk6Mjg6MDUuMjM2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBPbFBVM2lPUVdrckg0UVpvdHk4T0NGNkYwUWYxMm9BcHdOU1FoRUVMckVZS2lMSHUwVTI4eHpLSWE3OHJhNk9oRU9nUmRfck9JUTFmX0dUMEdEZE1rVVQ0UFNBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6412e2804c952', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6412e2804c952', 'paypal', 'buynow', 'rect', 'gold');
});
}