mirror of
https://github.com/ae-utbm/sith.git
synced 2026-06-05 07:39:21 +00:00
fix etransaction after clic limit changes
This commit is contained in:
@@ -15,8 +15,12 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h3>{% trans %}Eboutic{% endtrans %}</h3>
|
<h3>{% trans %}Eboutic{% endtrans %}</h3>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
const billingInfos = {{ billing_infos|safe }};
|
||||||
|
</script>
|
||||||
|
|
||||||
<div x-data='etransaction(
|
<div x-data='etransaction(
|
||||||
{{ billing_infos|tojson }},
|
billingInfos,
|
||||||
{ 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>
|
<p>{% trans %}Basket: {% endtrans %}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user