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/bnkqqog0qzhk/plugin/4/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AR6vVDo7QXfaPwSEL2REO1PrrOW9Mz5Z7tsseFsG5bAhU-BeHo6HXG3Q6PHbjmniHgyC5XCAkQHVHBVw");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODQwOWYwYWYxMDM0ZWFhN2M5Y2Y4YThhYmRhYzBlNjE3OTIyMWQ1MmFlNzYwMmRiNjMzYmI4ZWFlYTg2MjBjYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjZUMDc6NTc6NTcuNTYyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU14TUJPcW9LZkhyZG1uT2czZHl3aUZiX3ZiTXQwVTFPRVdaQ3NWR3htckNxU014NnUtX0NwbFJpbV9UaGpaZW5qcXZSeElBSmpkakRpQzJpeE15VUFrcmhUZU9nIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64200439c3872', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64200439c3872', 'paypal', 'buynow', 'rect', 'gold');
});
}