Kasse
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/lhw8d6474eyi/plugin/14/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AVVYAbcEieXKFAEwk2r8K3uzheYwavmqyXpNJIkYoVGS6nOeIBWv9q57gn212q27kt41Bt3Cg-T6tc5a");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNGRhZjE2M2JhMzE0MTRjOTQ3MzIzM2M0MjQwYzFmZjM4MGZkNTU0NzIxOGY5NTE0OGVhMDZhZGM3MjhmM2E3YnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDktMTVUMTc6NDc6MDYuMzE0ODE4MTc2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBUSFktLW96Rkg1alpSR0w0cUxjTkw3dlZuaXJENzZFZnBGeS1pS2tlOGRQR1BhM2VyZXVuV1NKb3ZNdEljYnlRZ1dkYld1eXJfeGtkZ2FDb2tPUUNkUmxZT0ZBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68c85576c8a10', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68c85576c8a10', 'paypal', 'buynow', 'rect', 'gold');
});
}