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/8/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AVVYAbcEieXKFAEwk2r8K3uzheYwavmqyXpNJIkYoVGS6nOeIBWv9q57gn212q27kt41Bt3Cg-T6tc5a");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMzg1ODRjYmFhMzU3NDY4YzllY2IzZjVlOTA1ZjExNzQyYWRmMjYwNWE5OTRhYTgxMTgxMGE0NWRhZWNlZDA5Y3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDYtMzBUMTI6NTM6MDUuNjMwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9ma29WaG83dXE4ZHkyUjRjTWstNnZSbEFCbjQ4a0d6aVhPeFkwZFRDeVB0OTBxbjdGaEM1LXh4ajhTZjAxNmtaVzN5R0xXMThLUS14Q0k2alFwY2NWbTVLdVRRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62bd9cb14675c', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62bd9cb14675c', 'paypal', 'buynow', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62bd9cb14675c', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62bd9cb14675c', 'card', 'buynow', 'rect', 'black');
});
}