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/8ecdwy3leain/plugin/13/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ARW_sYr3CvXIxJ_W6jM3pbNGkVEJaiF7-Y7KdI9a9bq2jGjL3vGJlxrYO-AN11LEuaEkH2S0i8XBhskt");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNGZiOTEwZjM5ZGM1NGU3NDI2MWY1NWNlMmZmZTdmYzZkNTdiZjQ4ZjFmOWI2ZjEzZDdkNDExNWRiNjg2MGMwZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDRUMjE6MDc6NTYuMzgzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU11TWEwQ3JYQ1ZOSjY2SER0VWFPNTJyazkyNzVpVW5zUGlER2trNWsxT1UzS1ZXeGdVTjdIcWc2QkRkcDVKaUNzOGtnSUVHUFhUZld0cGRCUTZBY2MwQzg2Z2Z3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63ded64cc51ea', 'paypal', 'pay', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63ded64cc51ea', 'paypal', 'pay', 'rect', 'gold');
});
}