mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Checkout flow: Observe direction when skipping AddOnsStep (#4658)
This commit is contained in:
@@ -89,7 +89,7 @@ class CheckoutView(View):
|
||||
else:
|
||||
previous_step = step
|
||||
step.c_is_before = True
|
||||
step.c_resolved_url = step.get_step_url(request)
|
||||
step.c_resolved_url = step.get_step_url(request) + '?dir=prev'
|
||||
raise Http404()
|
||||
|
||||
def redirect(self, url):
|
||||
|
||||
Reference in New Issue
Block a user