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/5uerm8tyvphn/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AdI_N1WbuC_maqsecv_gpzA5D8Oxx8NfWSWs__qceUkFshm__djbaDEx244W2NiPNJYmgBiOEvyC9Gy6");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZmUyY2JmNDkyMWQ1ZDBiZDcwYzEzODQ1OTY2N2ZiNjIwZTEyZWQ5Zjg2N2I1YjUyMDExN2VhNjM1NThjMjIzMnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDQtMTVUMjM6NDI6MDMuNDA0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9ES3NLeHFyRnltaHlQWU1IbXh5aW5sel9lOUJVSjNlSHFPQVk5Zkw2QlA0YWh1OGZjQ095OFltMURfY1JqYWFYNHpYSFI0bVpGQmhOdHJYYUZ5N1ZhQTFDRWR3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AdI_N1WbuC_maqsecv_gpzA5D8Oxx8NfWSWs__qceUkFshm__djbaDEx244W2NiPNJYmgBiOEvyC9Gy6");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZmUyY2JmNDkyMWQ1ZDBiZDcwYzEzODQ1OTY2N2ZiNjIwZTEyZWQ5Zjg2N2I1YjUyMDExN2VhNjM1NThjMjIzMnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDQtMTVUMjM6NDI6MDMuNDA0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9ES3NLeHFyRnltaHlQWU1IbXh5aW5sel9lOUJVSjNlSHFPQVk5Zkw2QlA0YWh1OGZjQ095OFltMURfY1JqYWFYNHpYSFI0bVpGQmhOdHJYYUZ5N1ZhQTFDRWR3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('643b36d4f0f93', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('643b36d4f0f93', 'paylater', 'paypal', 'rect', 'gold');
});
}