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/ajepapkd7zxp/plugin/36/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYLkc35eCsgpKAk5UO8uCxBN3JW6_ccSXlPqntKHLHoIlZeS4_7cDcQiHy2OszURKuMghbbJBNZUyTrx");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTAwNzc1ZWY2NGZlZmMzMjkyZWJlYzFiOGMxYWZkYjA4M2E3ZjAyMTFmMWQyY2Y4ZjIwZGY5MTRjNWNhNmE2N3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMTRUMTE6NDA6MjcuMzc4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1qX1czVW85UnY2U2J3SnZUX25TM1daQ1JBUklieW5JanVlVjRNRFYwenctMFJ2Nk9aendyNmxmUWxpVGczSFpkRkxNRk1jUDNnQmFpaGlrNlNnaDRFY2Y0dFZ3In19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64106219a71c2', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64106219a71c2', 'paylater', 'paypal', 'rect', 'gold');
});
}