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/m16m8icxiam3/plugin/37/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQ1r0BdlRUcog1igNZtM8rKob8hXhUnAzcZ4T2GNe_UQ1y6gWR7fKaqDzBAbzjG6IZZjzhRCSvmqIQ-x");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjhiNTdlZTdiMDVlOWVmZjhiMDJlNTlmOTU5MTY3ZjJlNmQ2MjUwN2U0OTMyMDU0MjcxN2MwMWM0OGQ2ZmViNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDMtMTBUMDc6Mjc6MjMuNzY3ODIzNjg2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5uaV8xdGlVc3VySVcyRnZOUGl5dUI0cTNIUVRnS2Y5YlBpZ0w2WWtMZDRBUmUzRXFyNExfaXNrdndOZjg2U2lnMi1JeVJpaXd3dHVNV0thaWEyajNROHk5SXJ3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('69afd5a690ee8', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('69afd5a690ee8', 'paypal', 'buynow', 'rect', 'gold');
});
}