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