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/ldc4r9zrwn2w/plugin/17/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AdogL8cskMutvLcC4oWpRNwTTzat9odI9aaStljabRU4lNCOys3p5Y2K0vZgc1ZA-kN2blJ_FENPSXaJ");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWFhZjA2OGJmYjE1Nzg2MjU1YzU0NTViZWMyYWJhZTZlZDM2YmRkYzdiYzAwNTlhMmU0ZDk1OWEwMTI5OTZjYXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDYtMDdUMjI6MjU6NDIuOTQ4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU10LTA5Q252SGJsd1hxX2l6NmMyeDU4SzI4MjJtVTZWZTlzd0FHMm9HNnRFR1hLSzAtUURkUDAwWGd6NEt4bGptQ3V2UHFqazVxVDFwRDlzZmVoc3RXaTFoMnh3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64810fc896e11', 'paylater', 'paypal', 'rect', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64810fc896e11', 'paylater', 'paypal', 'rect', 'silver');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64810fc896e11', 'paypal', 'buynow', 'rect', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64810fc896e11', 'paypal', 'buynow', 'rect', 'silver');
});
}