Skip to content
Snippets Groups Projects
Commit d9ffc22a authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Use existing variable

parent 52f571a5
No related branches found
No related tags found
1 merge request!14Payments
Pipeline #59286 failed
......@@ -684,7 +684,7 @@ class RegisterEventWizardView(SessionWizardView):
user=person,
)
return redirect("do_payment", registration.get_invoice().token)
return redirect("do_payment", invoice.token)
class EventFullView(PermissionRequiredMixin, DetailView):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment