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/hqiha4hqhshe/plugin/66/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AeRQhzPYaI2LsbnhIFQWmZVcedx447tS2FCuG2h1mMILZxgv2h2Znc22egCBgxRJ4D_nWa4Tz2jtPAap");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiY2E1NTg1MmY5NTNiZWNkNTY5ZjJiYjBiMDJhZDI5ZmYxNGZhYmQyZGQyZDM3MTdjOTQ5YmE2OTE1ZTk3YzhjNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMDdUMDE6MjU6NDkuODY4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU12eXVUUGxmeEtQQXl0eW1lTjNhOElXd0xqMG90YjQtUlNLRFhvUE83TV9MdzhQLUNLNzd5akRuNERfYlV5S2NrY1lpZ19Oc3k2Vmh2NEFXWlJGbjl4OW9RNzRBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AeRQhzPYaI2LsbnhIFQWmZVcedx447tS2FCuG2h1mMILZxgv2h2Znc22egCBgxRJ4D_nWa4Tz2jtPAap");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiY2E1NTg1MmY5NTNiZWNkNTY5ZjJiYjBiMDJhZDI5ZmYxNGZhYmQyZGQyZDM3MTdjOTQ5YmE2OTE1ZTk3YzhjNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMDdUMDE6MjU6NDkuODY4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU12eXVUUGxmeEtQQXl0eW1lTjNhOElXd0xqMG90YjQtUlNLRFhvUE83TV9MdzhQLUNLNzd5akRuNERfYlV5S2NrY1lpZ19Oc3k2Vmh2NEFXWlJGbjl4OW9RNzRBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6549967f45ca0', 'paylater', 'paypal', 'rect', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6549967f45ca0', 'paylater', 'paypal', 'rect', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6549967f45ca0', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6549967f45ca0', 'paypal', 'buynow', 'rect', 'gold');
});
}