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/65vhg2on0lps/plugin/2/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AX9G8Z-XZpcqUJ2wvYaG0EAlS9ba8L6kQzC7TwhKJcFiOh0sdZ9806VOWLUdofe_aLj6foScX-27yH6t");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzRjMTliN2Q4OWY0NzVhYjM0ZGVjZTJjYmViMmUxM2YwODMwMzNlNmRkZWUyMGE4ODA1ZmQ4ZDI2NjdmZjNkYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDEtMjlUMjI6NDQ6NTEuOTAyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVAxMDlaU25xYWlmZ1BiQ283S3o5SUxoaVJjc25NUFVteU1UX2VCOXplODBKU0x0UEhpZEpyZFNUMmM0VFI5R2N5blZseWMxeDNmX0pUQWZRcVVvbm9qaU9aeDBRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d6fa85ebe35', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d6fa85ebe35', 'paypal', 'buynow', 'rect', 'gold');
});
}