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/0nwvq8o9th1g/plugin/9/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ARwGkv-QJVczb_DyNEq-UagKys--k_gh6CAEgNj4nW36xFUbIzfMqev4RHIrYGMUR06chjIXopR0ZpPn");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNjdhODA5YjVlMTFlYWJkZTM3M2IyYjQ3Yzg0NmVlMjAyY2U4MzExMjBhZTFiOTdlMjZjZDEwMWJlM2UxNWNlNHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDUtMDRUMDE6NDQ6MTYuNDY0NjAzMTAyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5NU0F2Y3F5UW9MT3hNSUI2QTF1YnBXSnNFZWhyVU5JWTY4UmZWWVZhSmJ0TXVNeDBKVFdiNnBGV1B3eU9BVjY3Ui05ZFBselFiUEdTQXVPZkhiMG9NaGZZSWxBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('69f7f9f01b785', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('69f7f9f01b785', 'paypal', 'buynow', 'rect', 'gold');
});
}