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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODQ4NjA5ZThhOTlmY2FjOGFlZTUwMmFiMjRlNzg4NGM2ZTRkMjA4NGM1Zjk5MjQ2ODgyZWZiNmM3OTk2YzJhMnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDYtMDRUMTg6MDQ6MTUuNzEyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU16dWdqeG9yVXB1UmNMbXZqS21hZlMxRlRBd3JtZWcxTHVzWXZ1dUp3cEJHT2tGMFRsLWNYNXJmMVR6VFdLVWtCV2tmcG9JOVdOWXJ2WENMUVh2d3pzNGxKOWVnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('647cd21f5730b', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('647cd21f5730b', 'paypal', 'buynow', 'rect', 'gold');
});
}