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", "DKK");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiM2M1NmFlMzBjYmVjM2E4MzU4Mjk0NzNlMzQxMjU3NzNmZDRmM2E1MTVjY2VmYWE5NDVjY2ZhMTk1NGM0NGRjNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDctMDFUMTc6MTY6MDEuMjg1NTQ4Mzc2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU43Q3NDX3BoWlY1YUFzaFE5NTdoZmZjYko2cDdHOXdiY1g3MXU4V2JzQWlqc2hYell3enRORzMwWkg3TEZRWFFDQ0g3eUVBSE0wd2Q2d0JTZFIyaHhLNmRiNjlBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('686417d0d0821', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('686417d0d0821', 'paylater', 'paypal', 'rect', 'gold');
});
}