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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNTBiN2E1YTFkNWJiYTVhOTc5YjVjZjk3NGMzOTJjMjVlZTdiNjczM2E3YmZiYjhiOGViYTE2MzZjYTY5ODNhYXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDEtMTVUMTQ6NDQ6MjguNDg1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU92ZVFiV3BNTkQ4OE1SV0p3YkdDbmExNlNrMGFBWlV3R0Y1QVVsV0JteG92azFXTElpSHpDQWEwOVpnSWd2V1gyMEZJMjFPMEVrVUR1Vy1hUlFnX21lZzMzbkx3In19");
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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNTBiN2E1YTFkNWJiYTVhOTc5YjVjZjk3NGMzOTJjMjVlZTdiNjczM2E3YmZiYjhiOGViYTE2MzZjYTY5ODNhYXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDEtMTVUMTQ6NDQ6MjguNDg1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU92ZVFiV3BNTkQ4OE1SV0p3YkdDbmExNlNrMGFBWlV3R0Y1QVVsV0JteG92azFXTElpSHpDQWEwOVpnSWd2V1gyMEZJMjFPMEVrVUR1Vy1hUlFnX21lZzMzbkx3In19");
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('6787ceec0b096', 'paypal', 'checkout', 'rect', 'gold');
});
} else {
renderPayPalButtons('6787ceec0b096', 'paypal', 'checkout', 'rect', 'gold');
}