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/irmd0ca807c9/plugin/2/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ATmZ8gsKLGjIz47_b5oAbIYZVbCh5iGEW7VvvWOCmkMF66nTcOflxD1lWLqLWHR2qKl8sY8pyRGBY6K3");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzhjMGZmMDNmMGM5NjQzMmRlOWI4YzY5NWU1YTU2ZTRhMTJhMzgwZjhiNGY1NWYzZDRiM2FjZGMxOTEwOTQ5MHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDgtMjhUMDQ6NDg6NTIuNjc4Nzk5MTY3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBSX3JOYW9NSFZBNXZVR2x5clhqV2ZsSEdEZzMwYUhlc3o0a3FPd2VzaUFGNVlhMkJwV2wwbjRxbkFFcnRIQTB4TlQxYldxdDlFUlhUMUQtTVQ2Mnp0a0xPdlFRIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68afe7d69ffe1', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68afe7d69ffe1', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68afe7d69ffe1', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68afe7d69ffe1', 'paypal', 'buynow', 'rect', 'gold');
});
}