mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 03:43:12 +00:00
Redirige vers l'utilisateur cible après un paiement par comnpay.
This commit is contained in:
parent
70c54f96c7
commit
09538385bf
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def accept_payment(request, factureid):
|
||||||
)
|
)
|
||||||
return redirect(reverse(
|
return redirect(reverse(
|
||||||
'users:profil',
|
'users:profil',
|
||||||
kwargs={'userid': request.user.id}
|
kwargs={'userid': invoice.user.id}
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue