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/dewypljtlmt3/plugin/9/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AVfNnml1cb7eCc8uxe0tM4Fc6pb_F9QWYeup1MRauPeGa3QJUD1y5TpEDPKVh9XwWh-KGbcJ1WCsgE0F");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZDJkZWNjM2QzOTZiMmRiNDlhNWJmM2JmYmZhMmQ5YjcyMGJiZWQ5YmFmMzBkZjcxNDM4OTM4ZDViNDg1NTUzNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDgtMTZUMTA6MDU6MzMuMzI0MzQ3MjQ5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5PUnE4Y3VrbVRpRVF3WGR0VmN5eGJndmpHWi13RHp6Z2JZVEJxMjZScVItc0JpUGxFUGZzMzZSQXlJa2pnUmh6aWc1Q0V2WEtOZU9PbnIyeGdENGtWZkNDMVNnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68a061d3be46d', 'paylater', 'paypal', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68a061d3be46d', 'paylater', 'paypal', 'rect', 'white');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68a061d3be46d', 'paypal', 'pay', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68a061d3be46d', 'paypal', 'pay', 'rect', 'white');
});
}