feat: basket timeout

This commit is contained in:
imperosol
2026-05-17 10:25:04 +02:00
parent e811aeaecd
commit 3f2908eb8d
2 changed files with 3 additions and 3 deletions
@@ -17,8 +17,8 @@
<div x-data='etransaction(
{{ billing_infos|tojson }},
{ id: {{ basket.id }}, timeout: new Date('{{ basket.date + settings.SITH_EBOUTIC_BASKET_TIMEOUT }}') }
)'>
{ id: {{ basket.id }}, timeout: new Date("{{ basket.date + settings.SITH_EBOUTIC_BASKET_TIMEOUT }}") }
)'>
<p>{% trans %}Basket: {% endtrans %}</p>
<table>
<thead>