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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZDc2ZjEwY2IxNjA5YTVlMDQ4ZjVhMDU1ZjQ0NjZmMTIxZGQ0NzkxYmI4ZTgxYmI4ZGY5OGNiZTc1MGQ4MmM2Y3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDEtMjVUMDk6MjQ6MTkuNjI5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBtRFVLc2swbVkzbkJSa1JKcHZuV01UcWpTZHgyREw1eC12cURrSUxaV1BldGtjTTYxTTVteWxlTW4tWm9yUWExWkt5NXJrZWhic21CcVJLT1FHRWo4N29LTUZBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d0f7234fed3', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d0f7234fed3', 'paypal', 'buynow', 'rect', 'gold');
});
}