fix etransaction after clic limit changes

This commit is contained in:
imperosol
2026-06-02 14:21:54 +02:00
parent b4d76c4f85
commit 78c541dd36
@@ -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>