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/4xrovzxq4l2m/plugin/2/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AaNCbfGbMRFGAdW751NPjHhacMZ-rO8D_GtZqJ2Q2zm8as1ZfTxHNudHsCPfTIX-fQMVGSqhop1olMmH");
script.setAttribute("data-currency", "CHF");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzlkNzMwNmJlZWQ4NTYwMGUzNmY2ZTYzM2JjZDc3Nzk5ZWY4ODMzODA5YzQ5YmRmOWI0MzhiYzU2MmY4ZGIzMHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMzBUMTg6Mzk6NTYuMzc2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5jVDVic2o4MHJkNDhsTFU3cnNuZkZaYlk3Sl9RbnFvdkd5a2xMNUU2cEthWHl1SFZNdUZ3Wm0yWGQwelBtUDhGMU9MLU1IeDRUY1FUT294WVRDa1pscXRQOGtBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6568d6fc0a9bc', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6568d6fc0a9bc', 'paypal', 'buynow', 'rect', 'gold');
});
}