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/d0tv4ohbszi3/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AaAnlljgDlaYiV0LhvdXOIOLFrDbbZdevcjAOrCjfd3PTgucNiQne_ZgsOWlH4eM7PnDdPLVnYtc3789");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNjc0MGE3MmIwM2JhNjhmN2YyMGI3NTJjMGZiZTQ5N2FmYWE0OTUwMjliZTljYzZmZDcwY2IwYjY2MjZlOTliMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMDktMDJUMjI6MTA6MDYuNDk1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5yYU9IZG1CYnFIV3FUMVA5ZWRjakpzUm5jOUs3UjdXWmd6V29mTUZXOGh2ckZBUmVwRmNsdjZ5a0oxQ1lOQ3lxMUJIZXRLUUh5cXd3N0h0ZWlJaW9CcjdaVl93In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('66d637be052f4', 'paypal', 'buynow', 'pill', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('66d637be052f4', 'paypal', 'buynow', 'pill', 'blue');
});
}