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/dcy9il1j82ms/plugin/10/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Aa-Owo5wf5exW_-lvvgC3txoleC3maJzRN_fapWX4EnMRcG-_UfiCmod68gCJiHGTrKPr9YQrGPfLdMQ");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNjI4ZTYxMWIzYWUxODRhZmI5MmRjYmRlOGFlMDA2ZWY4NzE2NDZmY2QzYmMzYTBlZWFkZDVjMjI1YjM2MDM1YnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDEtMjhUMTg6NTk6MzYuMTIwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBMZVVJU2w0VFRHZFBBOFFoQUV0c2tSaWZka3hWV3hyb1A4ZU5zMjVFd2kzSXFnbHU3Y1dEVGxFbDYwODF1SkE0TGU1TU9SNG5fV0dpb1RPRngxVlRReWNEQTlBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d5793091fe9', 'paypal', 'buynow', 'pill', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d5793091fe9', 'paypal', 'buynow', 'pill', 'silver');
});
}