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/5rtbqcd0flq3/plugin/172/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AUMod06-wzQP4gVEpjm1ZA4b27GZXaPjAQCvtQIjranlb-BZPLBQ5hlO1QnC7x4w8fhTYQ4HgBmh7YIk");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNTVkYTk3OTI0ODA5ZTI5ZjVlZDliZmRiNTdmYjliNGE2OWE4M2E5NmJkN2IxYTQ4NDdiZmMxYzQyYTY1ZDlhM3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjJUMDI6NTc6NDAuNjM0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9jZWJpZWlMeFppTEZuX3ZCOUNTSjQ5NENBSmM5b1lBeGs2TVVjMVZxU2I3enZXYVdKQlBmbVRhbWppYTQtUUFPb0VBU0dRNmVEVTZjNVlfTFVOQ0dBb2JsekhRIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "fr_FR");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('641a73ec8484a', 'paypal', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('641a73ec8484a', 'paypal', 'paypal', 'rect', 'gold');
});
}