From 503ea75a1ddf65de4d2fee5b89bd2c797b0e3eeb Mon Sep 17 00:00:00 2001 From: imperosol Date: Sun, 17 May 2026 10:25:04 +0200 Subject: [PATCH] feat: basket timeout --- core/templates/core/base/notifications.jinja | 2 +- eboutic/api.py | 11 +++- eboutic/models.py | 20 +++++++ .../static/bundled/eboutic/checkout-index.ts | 60 +++++++++++++++++-- .../eboutic/eboutic_billing_info.jinja | 1 + .../templates/eboutic/eboutic_checkout.jinja | 26 +++++--- eboutic/tests/test_payment.py | 28 +++++++-- eboutic/views.py | 27 +++++++-- locale/fr/LC_MESSAGES/django.po | 11 +++- locale/fr/LC_MESSAGES/djangojs.po | 6 +- sith/settings.py | 5 ++ 11 files changed, 169 insertions(+), 28 deletions(-) diff --git a/core/templates/core/base/notifications.jinja b/core/templates/core/base/notifications.jinja index 6eb7b749..fd365391 100644 --- a/core/templates/core/base/notifications.jinja +++ b/core/templates/core/base/notifications.jinja @@ -10,7 +10,7 @@