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