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/n5ef6hkj5oe6/plugin/3/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Aa4fROmwgCE0sPVsoiDfFs62ogfuxC38eY8QFaOVCSLfq57WABBuxUKrDDLK-Gfg7tBPg0X-3iYBCv-J");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOTRjMTk4MmI3ZTQ2N2UzNzYzYTE3NTVkMTViYTRmYWU5NzliZTNiYjE4NWVkYTY5OTJjNWZkNmM2NzgzMzhhYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjdUMDA6MDA6MDcuMTQzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5zcmhtN2wtdnY4eTNZSlJEb3QzZG1HS0U0bmU5cGNSLVk2X0twaTA4cENUeXdyQ1ozOWZJMGRoLWdpR0J3cW5yemd6SUYtc3gzVU5Ma0RNM0Z4M2VNZlRjWFpBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6420e2bdc962b', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6420e2bdc962b', 'paypal', 'buynow', 'rect', 'gold');
});
}