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/5248o0ngljrd/plugin/26/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWo9EvJb5DLS6WOOoE_QXzn-AycIX2gZfgnjPauw8rLn7PlEdP6Q69OPUSm5a82DPq1EOsoUZ6E1bk-_");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMGFiYjRmMmUwZjFhNGY2N2VmMmI0OWJlMzM1ODhhMDkxY2ExYThiYzVkYzZiOTBiNDA0NTM3OWNjY2EzYTJkYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMzBUMDQ6MTY6MzQuMjUxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1IcTFSTWg0R09VdndPeTZ0ZlIzUGU2OFd1UUJoNm1iMkRzblZyZmJPTkVrMGpCZ0QtLUo4alVSZEVmRHhfdk5MYjBWSkRyYWtLR0dWMTNFd0ZfT2FhblljM2l3In19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64250dfd9a2d7', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64250dfd9a2d7', 'paypal', 'buynow', 'rect', 'gold');
});
}