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/lalw3ryuzzik/plugin/3/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AeCDXq3NzooBLAjeJo1cgojEze4QSX7a8hnl5jvAdrkq3F9LfU7v-1YRHbmQw78pZb1TpbMMSuXS2p02");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGM1YTI4OTU3MjllYjAwYzRjMjI5MGY2YmE1ZWI0ZWYzODUwOWZlYjNkZDE1NjRiZWJkMjJiZDQ3ZjVmYTUxN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjRUMjE6NDU6MzYuMTI4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9kek5Rdmo0MUVjUHllci1NTXBOM3ZXZWo4UUlsTHVMUXRTVEtKY2FWX2pkYzRFUTJYbVM0c3k4TnN1ZVZQaWNnTTRtQmt1R1BOVUJzakJnQ3VfUldsVVlaOFlRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('641e19ffb0668', 'paypal', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('641e19ffb0668', 'paypal', 'paypal', 'rect', 'gold');
});
}