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/a392fx7fx160/plugin/5/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYxz1-FgJZfJDmp2zZHt197MZ_6O0b5baY3qsWIoIiQrnQ1xrZM2NCkS5SjeaHCAQ9hl2_Sp2aOwnYEc");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODFhNjY1MTYzNjU4YzM5MjIyN2M2NjQ5NTMxNDRmYTI3ZjQzZTJmOWZkN2E3ZWFiMGI2M2NhNTdiNmE3MDBmY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMTdUMjM6Mzk6MjYuMjkzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBhYm95M2tIREd3RHY3WG1Ya21LaVRkam1QSGZJQlI5RmktcHRJNEM5UFJKUjloNzlFU0d1a1RzWHlFdC16eEpnYjBvT3U2WVhLYUJNbGlraGNMcDBRa2RTeHlRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('641500abc6237', 'paypal', 'buynow', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('641500abc6237', 'paypal', 'buynow', 'pill', 'gold');
});
}