Merge pull request #1421 from ae-utbm/clic-limit

fix etransaction after clic limit changes
This commit is contained in:
thomas girod
2026-06-02 14:22:54 +02:00
committed by GitHub
@@ -15,8 +15,12 @@
{% block content %}
<h3>{% trans %}Eboutic{% endtrans %}</h3>
<script type="text/javascript">
const billingInfos = {{ billing_infos|safe }};
</script>
<div x-data='etransaction(
{{ billing_infos|tojson }},
billingInfos,
{ id: {{ basket.id }}, timeout: new Date("{{ basket.date + settings.SITH_EBOUTIC_BASKET_TIMEOUT }}") }
)'>
<p>{% trans %}Basket: {% endtrans %}</p>