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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNWZjNDdmNDZmYTUxYmE0OTg2ODdjNmE2NGQwZGIxZTVkOTFlYTNjYmI4MWRkNjAxZmFkOTYwNTc3OGVhNTY4ZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDlUMTM6MTQ6MDYuNDMzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVAwWFpnc2pXTWRJRjFMVkJsU2h2NU9XczAteENjT1NUVGlmUlNudllsZmY5a25BRExSQkJteUUwaE04Zmw4al92OXdQUlVPdEpaZzM0XzJzQk5DdE1hVEtzaU9nIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e4f19e086ea', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e4f19e086ea', 'card', 'buynow', 'rect', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e4f19e086ea', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e4f19e086ea', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e4f19e086ea', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e4f19e086ea', 'paypal', 'buynow', 'rect', 'gold');
});
}