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/csx0wk0arlv9/plugin/32/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWlLTwOOFN9i4xbRR-Xl02r23k8IsZtp0nQlUdvgJKKLhc9_svni0mWzYgYxditMANBakpFe4lahJiI4");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNzY3ZTBkMzU2YmI1ZDI1NWNiMWUzMmQwMTU2NzhkMzI0MmQzODA1M2QxMjJjN2I0MmIxNzFjOTQ1MmQ4YTgyZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMjVUMDY6NDE6NTUuMTAyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBkME5faXJ1clQ2aEk1OERuNU9fV1gyTkg4dHg3VU9UNE05ZW1mb3NpOW5NeWVreVpEY2NrNnV3VnJmQU9OQmdONTVScWlQNndldEVFZ1lZSmYtbGljbkhFTVFnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "fr_FR");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63f9af5c1f546', 'paypal', 'pay', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63f9af5c1f546', 'paypal', 'pay', 'pill', 'gold');
});
}