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/12rvm51rbyuj/plugin/19/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Ad-aRqP6-f8Ae4jIwNY14pWUh4L1MoNI_FqNozk7ZqRrgFm0KTvzwWebt9Czgzs2DTgwjR-WrLPRzCK-");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZDA4MjU4MmVlZDg5NTlkYjJhODFiZTRjODIzOWQ4YzEyMTU1OTA1NzlkNmQ2YWQxYjg1NzRhMzA1MGM0YzIxZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDMtMzBUMTE6MDk6MDMuOTY0NTY0NjIyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU0xMmwzNnJjM3BEN1RwaTRHT2hSRTh5bG5mckxOME5kYlNxbU5jOFNaNUhGZEhNOWR0aDlVRUtwbGdIaV9VV2s1Nk1ycU5NX3JSM08tTWFHTFh0OFlYa243TkxRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67e92831cecb3', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67e92831cecb3', 'paypal', 'buynow', 'rect', 'gold');
});
}