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/r4qlm1kdulw3/plugin/4/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AR0ZryzIx6x0hSe-jJ8FnaY6un5AqgHH3rpHcXI2hrvnTpqyNaMtiNpkmvGdh0Oav8Y1BBDqWjS9cXJ9");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMWIxZTVhZGE1MTU4Y2UxMGY4MGVhNDg4MWJhMjIwMTgyYmVhNGIxY2U1MTY2YjhhNGVlMWI4ODFiMTVjNDk1MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTItMDVUMDk6NTI6MjEuNDI0MDIwOTQzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU13aENzeWhYaDJjTWx0bk9RY0NLQ011WGhBb0tzNEVuMDJVcjZoY1BZTERETWFNaGlmbUg4eWE0MTZuVlpNMXJQSXpKaU5ia2JSRmdTMkJpbFRmQnV4UDhTNHpRIn19");
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", "AR0ZryzIx6x0hSe-jJ8FnaY6un5AqgHH3rpHcXI2hrvnTpqyNaMtiNpkmvGdh0Oav8Y1BBDqWjS9cXJ9");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMWIxZTVhZGE1MTU4Y2UxMGY4MGVhNDg4MWJhMjIwMTgyYmVhNGIxY2U1MTY2YjhhNGVlMWI4ODFiMTVjNDk1MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTItMDVUMDk6NTI6MjEuNDI0MDIwOTQzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU13aENzeWhYaDJjTWx0bk9RY0NLQ011WGhBb0tzNEVuMDJVcjZoY1BZTERETWFNaGlmbUg4eWE0MTZuVlpNMXJQSXpKaU5ia2JSRmdTMkJpbFRmQnV4UDhTNHpRIn19");
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('6932b83d0345c', 'paypal', 'checkout', 'rect', 'gold');
});
} else {
renderPayPalButtons('6932b83d0345c', 'paypal', 'checkout', 'rect', 'gold');
}