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/wbdw2qxcn0h6/plugin/12/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AXJCMCsW5kaSYGS1cyqH1-hLwDeqfdWYD4i6za19bgOR9QyokKmFXWnuxdssrvLcy4GwDoH_qs7GIds8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZGE1ZWYwNDE4Y2Y4NTYxYzM5ZGJjZmY2NzFjYjRlNjRlZDJlMjRlNjU5NWM5MzY2NTExZjU5OTAyMjhmYTgzNnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDEtMjVUMTg6MTM6MDguOTQ0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5XZ0UyemoxVDM0dEVhUlNRMllJemw4ZGJtR0d3UzRxSm1FS3Nvd2VuRGc0Q2ZMWklBQkJVSHdHZHAyUUJydnh6QnlCckxhRnFrajAySHZtZkR1LVZFYWNBMm13In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d1773905926', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d1773905926', 'paypal', 'buynow', 'rect', 'gold');
});
}