Hide voucher redemption if the sale period is over

This commit is contained in:
Raphael Michel
2023-05-26 11:30:09 +02:00
parent c594b6c1e5
commit 7a419f9bb5
3 changed files with 16 additions and 11 deletions

View File

@@ -487,7 +487,7 @@ class WidgetCartTest(CartTestMixin, TestCase):
"use_native_spinners": False,
"has_seating_plan": False,
"has_seating_plan_waitinglist": False,
"vouchers_exist": True,
"vouchers_exist": False,
"waiting_list_enabled": False,
"error": "This voucher is expired.",
"items_by_category": [],