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/e3gibhj4y2bw/plugin/1/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AWVBKTWE2nHTzA5A_Q-YyR6BpOI7FU14XTb8i8DHVbI8oNKBgsSS0WF2o6NL36drGIFQCYhdFBtNlif5");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZGM2NzRhMGNkNDk5YjJmNmI1OGYwNjc3YTJiZTFmNDU1YzVkYmUwOWRjZWI5NDg4NGNjMTY0OWU0ZmJmYzQzOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjdUMTE6MjQ6NDAuNDk5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9XTW5ab3I1eG9VUXUwQXh5ak9SLWl4djNBWnZ0b2ZJeW1aOG42dmJfMkZzQVhxR1hENkNXRzAxWjI4R0hsaE9HWHhVUko5Y0hTVHlYQTVUcllJREZxMFR2Y0ZnIn19");
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", "AWVBKTWE2nHTzA5A_Q-YyR6BpOI7FU14XTb8i8DHVbI8oNKBgsSS0WF2o6NL36drGIFQCYhdFBtNlif5");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZGM2NzRhMGNkNDk5YjJmNmI1OGYwNjc3YTJiZTFmNDU1YzVkYmUwOWRjZWI5NDg4NGNjMTY0OWU0ZmJmYzQzOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjdUMTE6MjQ6NDAuNDk5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9XTW5ab3I1eG9VUXUwQXh5ak9SLWl4djNBWnZ0b2ZJeW1aOG42dmJfMkZzQVhxR1hENkNXRzAxWjI4R0hsaE9HWHhVUko5Y0hTVHlYQTVUcllJREZxMFR2Y0ZnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('65141efadd726', 'paylater', 'paypal', 'pill', 'silver');
});
} else {
renderPayPalButtons('65141efadd726', 'paylater', 'paypal', 'pill', 'silver');
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('65141efadd726', 'paypal', 'checkout', 'pill', 'gold');
});
} else {
renderPayPalButtons('65141efadd726', 'paypal', 'checkout', 'pill', 'gold');
}