Caisse
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/botxk796cdtv/plugin/2/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AdysVcppeoVjzCertmHfdX2TldKQhfoMyA5giMKlHVAurIYLf_cIj22V7ZvGY1NTHyvWDRWE5-nPYCac");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjQzMzRkZTBhY2ViYTUxMmJjZThkYjg3MjM5ZThkZjY5YjA0ZDdhMGZmYjcwOGU5MmQ3MTVjMGQ1N2ZiNDkxMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDctMDJUMTc6MDI6MjIuNjM1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBCR2lrU2w4bHZGblluOEtTZ2xVQVE2dHVlSDhqbUZrY3BTbWg2WWFqcmlwbVdRNzh6akh4M3hkTm9XcVVnRHhvY2hGN1hnbVRBUWpSV193SHRCaUtTU0VJQl9RIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "fr_FR");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62c07a1e3d3e6', 'paypal', 'checkout', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62c07a1e3d3e6', 'paypal', 'checkout', 'pill', 'gold');
});
}