if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn09.plentymarkets.com/m16m8icxiam3/plugin/37/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQ1r0BdlRUcog1igNZtM8rKob8hXhUnAzcZ4T2GNe_UQ1y6gWR7fKaqDzBAbzjG6IZZjzhRCSvmqIQ-x");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzhiNzk5YTdiMWIxZTNhNDE2YWE4ZjFmMGY0ODBmN2FlNWZkYjFiM2I3ZTZjZWI5MDc4NzNjMjhlOTYyODMwY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDEtMTJUMTE6MTA6MzMuMDEyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1XOUJRR2pWNDgteHZOY3Y3U0Rub3Q5cVRTYVJBY3RLbzZiWFg4WmlCcEttdS1EOHBrZG1nRUU4R3ozcXM3RHAxQVBoV0VWeDRqcExuT0RDWlNVWHRrNFp5ZUl3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6783a88bc1515', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6783a88bc1515', 'paypal', 'buynow', 'rect', 'gold');
});
}