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/75gc8x4cwdif/plugin/12/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AbPx8b-aYxRoODCt1QwHLdbNfmL7FacwgxToFQyUgRLWp1X059PlZXvj2j_jCWgsetTs9_6q-N1oGbmA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNjVlMmJkYWI2MzRmNDRlOTA5OTg0MDNkOWI4MjkyNGZhOTQyYjE4MGRkODg5Nzc4NTNmMzgwMTg2NjdmZjI5MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMjFUMDg6NTA6NTYuOTAzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBpWGh0bnB5aV8yQmxyZU1RVnhHSDJzTTkxMDlWa3c3RkJURnhJdzNZdDFqWXpMOWFaR3Jyd3VBZlFxWE5CY3lkNHRPc3hSZ1VJNTl3OElWQkQ3NFQ4eHFKZG1nIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('673efe93dab69', 'paylater', 'paypal', 'pill', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('673efe93dab69', 'paylater', 'paypal', 'pill', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('673efe93dab69', 'paypal', 'buynow', 'pill', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('673efe93dab69', 'paypal', 'buynow', 'pill', 'black');
});
}