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