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/orvp45ucbg2g/plugin/7/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYt8-Lw9wKXU1CCN3AlpKvpKbPO2bRgWb3rCGa2JeKdjejgklS3luoynigNYDRUbQ7JiOYeDCkgJmJq2");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWM4M2NiMzY3Y2E3ZTA3Nzc1NTc4NmE4N2U4YWEzZmQ5MDQ1YTRjOTZmNGVkYzViZTA5NzFlYmM5MzZjOTBhMnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDgtMjRUMTI6NDM6MDguMTk0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5mR1MxaHNJNmFhdi1JeExydWpQc2Y4NW41MFJxaDRxZ1gzeHJDdndXLWt3U3V0RnB6LVpDVTN0elZNZGtkZlFPMVl4Vk9uRGtqUGxJM2Jod2xQazJzY1hNQmFnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64e750cd660f9', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64e750cd660f9', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64e750cd660f9', 'paypal', 'pay', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64e750cd660f9', 'paypal', 'pay', 'rect', 'gold');
});
}