if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/b8i5h82hf9ns/plugin/8/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZSHc-uETcQi0G8IvZdNWzkSg6HgsC4FL3RyiMBAxndqJt2VJtn2SOQTl3ZDNaVoLPw88gly5MqMJ4vY");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTZjMGI3ZWE1NWFmN2I5MDYwMmM2NjVhYmIxMzI1YjkyYzZlZTM2YjVmOGIyMGU1ZWEzNGMwMzgzMGQ4YmQzM3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDlUMTI6NTQ6MzEuMTczWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBWcERzY3V2a3NGTGRBNnVpZi05RzRrWG5Qb0tGaGhqVGJUNFNaRk9Wc0VpdGlOaFhJTUJCc012Smd3NGVWSkFlTVNyaTBmbWt2TlZSamZ3UUY2dVZkX2xkb21RIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e4ed06bca29', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e4ed06bca29', 'card', 'buynow', 'rect', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e4ed06bca29', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e4ed06bca29', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e4ed06bca29', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e4ed06bca29', 'paypal', 'buynow', 'rect', 'gold');
});
}