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.js";
script.setAttribute("data-client-id", "AR0ZryzIx6x0hSe-jJ8FnaY6un5AqgHH3rpHcXI2hrvnTpqyNaMtiNpkmvGdh0Oav8Y1BBDqWjS9cXJ9");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGUzZDJkZjkwYWZhYzI0MjgxYTdhMjNkZjc5MzQyNmE1YmI0ZGVkOWY5MjU1YWY3MDFjZGY4ZGUwYWExNjQxOXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDJUMDc6NDM6MzIuMTg1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1vRzg1U25ZTTE3SVdLZll4LW0wX05RdF9JNEhmYVN5cG0tSzcwNi1hTzNZV0NsRDRZNktBa2NDMnFydHpPU0lVaHFxS05STnlNV3l3am5ZNkFDbnBEaDBtS2hBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63db75d4d807f', 'paypal', 'checkout', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63db75d4d807f', 'paypal', 'checkout', 'rect', 'gold');
});
}