mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Hide voucher redemption if the sale period is over
This commit is contained in:
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user