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/qddd911h1zyd/plugin/46/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AXznpLh_OibbmuugDTNs1vYywgLYUXplHFxy-NlIYvGDFYE5jgRG48gP6AGYv2QEAKO-ZRageIM_pmxX");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODQ3N2ZkNzE1MTA5MjZlOWY0YjAxY2Q3YzQ5NGU1NmIzMWExMzQxYjRiNTEwMmMzNTQyNGJmNjY2OWQwMDM1MnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDZUMDU6MDc6NDEuOTE5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU83anpQZnFiM0Fac0w5UnFuckl5MDlieUp0S1d3SVlnSFVaLVFYX2tXUTl5b19sVHF3SWV3TGs5c2R6dmtaRUNiekZRRGlLemZuUXcyZXVSZ3otVElUaXY2azNRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e093fe613af', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e093fe613af', 'paypal', 'buynow', 'rect', 'gold');
});
}