Private
Public Access
1
0

changes in plan and payment around instant plans

This commit is contained in:
Sander Roosendaal
2021-11-04 16:30:45 +01:00
parent 4a6bceae71
commit 4a772ed409
3 changed files with 7 additions and 3 deletions

View File

@@ -249,6 +249,8 @@ def purchase_checkouts_view(request):
messages.error(request,"There was an error in the payment form")
url = reverse("purchase_checkouts_view")
return HttpResponseRedirect(url)
else:
messages.error(request,"There was an error in the payment form")
url = reverse('rower_select_instantplan') # pragma: no cover
if 'plan' in request.POST: # pragma: no cover