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/lalw3ryuzzik/plugin/3/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AeCDXq3NzooBLAjeJo1cgojEze4QSX7a8hnl5jvAdrkq3F9LfU7v-1YRHbmQw78pZb1TpbMMSuXS2p02");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiM2YwYWEwYWMxYTUyODM5MmY1Y2U0Y2NkYTJlZGE4MTdmOThkYzk5NDI3NzFkMWI5ZGQ2NDMzMzJlNjk3MmY4YXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMzBUMTQ6Mzc6NDQuOTc1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVAzNEhrb3Q1cE1BTWYtOFRFM29wQVJDNmR6TnlaN2U5MGF5WnBBek5OWHpPek13VEF2ZEI3Z3VLdWlhczlHX3lNaE9sTUxDZWd1LV8wZXV2cWpwbUJEbi1iOU9RIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64259eb88b1a8', 'paypal', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64259eb88b1a8', 'paypal', 'paypal', 'rect', 'gold');
});
}