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/oszxabgmsnh5/plugin/5/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AeCy3abXFpzTjlBpsIIo1GXCWTNBYDf8E9IPN56s_cYX7UwmgOKQSnWxeJkoJM3axpw8Fr1H8uCLzrKa");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOTU0MGJiNjU5ZDk0N2VhNWY2YjUyNDFhMzg2ZmYzMTM4M2YxMDFhODhkZDBkMjViZGM4N2Y1M2NhNjU2YmMzZHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDYtMTZUMTU6MzM6MjMuOTQwMzA5NDM1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU55NlA3VWcyZWoxb3hPRXExS1ZEcmxoTklMdk1HX1BTNzFhcGV6azAtMUZOVjRuSGU0ejN2WjJCeTFWN3VjWWYtS3FBc2ppTk9aNWlQM0p3NUxmQ1BOdTB5dUN3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('685039437ac25', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('685039437ac25', 'paylater', 'paypal', 'rect', 'gold');
});
}