Private
Public Access
1
0

fixes for payments

This commit is contained in:
2023-11-07 20:53:20 +01:00
parent 55129ad2c9
commit e3c5229a14
3 changed files with 2 additions and 2 deletions

View File

@@ -273,7 +273,7 @@ def purchase_checkouts_view(request):
return HttpResponseRedirect(url)
else: # pragma: no cover
messages.error(request, "There was a problem with your payment")
messages.error(request, "There was a problem processing your payment. If the problem persists, please contact me through the <a href='/rowers/email/'>contact form</a>.")
url = reverse('rower_view_instantplan', kwargs={
'id': plan.uuid,
})