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/29/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWo9EvJb5DLS6WOOoE_QXzn-AycIX2gZfgnjPauw8rLn7PlEdP6Q69OPUSm5a82DPq1EOsoUZ6E1bk-_");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMzgwMGRlNjNiZTYzODExMzBiZTY1MjFjZGJlZmY4MTgyNTE3NjZkOGE0MzlmZDRjMWMxNjUzNDhkYjc1MjlhN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjlUMTI6MTU6NTIuNjgxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBNbWhkU2pvUjVRRkRtTFVGSTc0SWpVOURlQVVsdnBDQ1ZWQ3pIWXdORG12Z3huOXJDd204ckExUjdmWHI3UEhWWnZIX1NJdnozWDBOQ3NQT0hnRS1FeGFwVEhRIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "es_ES");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('642436c4e8420', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('642436c4e8420', 'paypal', 'buynow', 'rect', 'gold');
});
}