Checkout flow: Observe direction when skipping AddOnsStep (#4658)

This commit is contained in:
Mira
2024-11-27 11:13:07 +01:00
committed by GitHub
parent 84b3060c0f
commit 27f964f3ae
2 changed files with 3 additions and 3 deletions

View File

@@ -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):