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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMzkxYzE0MjhjZDljZmFiMmUwZWU4ZTU5YmU3YjU0MGZhMTA2MWQ1YzNjMzlhNmQ3MzI2YTBhZmVhYWQ4YTk2NHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDgtMTZUMjA6NDc6MzguMTU4MzEzMzI4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU80bjkxaHJlZGhpSG1McXlLMTVaNVR0Nk5lVUkweEVjTS0xbWJFOWJ6Y25rUGF1Y04yT1NVbFRlc3ZKdkQ1cVoybVh3UC0tT29CUU5MSUJlX1BtTE5leHFXVXFnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68a0f5f699369', 'paylater', 'paypal', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68a0f5f699369', 'paylater', 'paypal', 'rect', 'white');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68a0f5f699369', 'paypal', 'pay', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68a0f5f699369', 'paypal', 'pay', 'rect', 'white');
});
}