if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/ev1aa1qvawae/plugin/75/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AeRP8hynTM3Ug1zPxE_LU7mWRres_XPqLo9SQZZ2rQCarnvmcNZyW930vvi6Y0qlD5Tm17XhK0YkhXrA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMmQ3OGEyYmIxNzBlM2IxNTBlNzUyMzcwNWU4ZTc4ZWE1YThjODcwZjAwZjNiMzkxZjZiMmE5ZDdjNWVhOTRlOXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDZUMDM6NTY6MTYuNTA5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBFMU5YSnBjSC10Y195UkpGVnRhaHE2N2tndHBlRFN6TF9BREVTT3dHMGlwclEtOXVES01yeDhCSjdtWXB6d3diNk9WZjF0WVh0UEtDY3BVTEt4OElJRkNaZEFnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e07d6127266', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e07d6127266', 'paypal', 'buynow', 'rect', 'gold');
});
}