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/kyx77bbyb2ry/plugin/3/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWImiyq667Ax74-uFtRVO1ZZU23CapZWLyH-nHYyARSGxCMEFQ4AV2M-jBpau5Iu0dTYeApEWKX_blx9");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODg3NzE3NWMwMzUwYzQ3YjQxY2M0NDE5YTc5N2MyYmEwOGU5ZTlmNjIzYTJlM2UyMzcxNzFhMTM4MGVjY2RiZHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDUtMjVUMDA6MDY6MTUuMjg1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU0zZnltWmtzQXlhdFFqUWdXRWdKbW5yVDZJTVRxQWJZa0ZvSlhXTUgxT1ltWUhyOEpFcDVZUW14c0REVkQtYzhSdEl1X3R1ZVFmUUNUeWx2eVdEbE9vOFRDcTlnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('628d72f6db06f', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('628d72f6db06f', 'paypal', 'buynow', 'rect', 'gold');
});
}