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/effdklm6yhlm/plugin/24/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ASPnSisQdfKAm0_NKOfL0Mvjkn2srJTtsU_Gbe2MYFTtycmgjgJpFFffseo7AV8IOkV_pHL_7EuWTL5T");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjEyNWNiNTllMGJiMjQxYzkxZTllYTNjYzdjNjg4YzIyYjkwODVmMTIyMmJmNGZlZmViNDYzN2ZjYjRjOWNjN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMDJUMDM6NDk6MTYuMTYzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU03Y2FSeW91X0phdG9kUE1yeUdXS2JlUHktbnA1YnlCSzhEeTBkVjltSHRIRUdMeDV4NG5hSk1HSWVETklKVHNOS0hWWGxrMGpyZnMzel91b29OTzJfUEt3LUpRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6400249acbc3f', 'paylater', 'paypal', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6400249acbc3f', 'paylater', 'paypal', 'rect', 'white');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6400249acbc3f', 'paypal', 'buynow', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6400249acbc3f', 'paypal', 'buynow', 'rect', 'white');
});
}