8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-10-06 02:52:10 +00:00

Redirige vers l'utilisateur cible après un paiement par comnpay.

This commit is contained in:
Hugo LEVY-FALK 2018-09-01 12:10:47 +02:00 committed by Alexandre Iooss
parent 70c54f96c7
commit 09538385bf

View file

@ -68,7 +68,7 @@ def accept_payment(request, factureid):
)
return redirect(reverse(
'users:profil',
kwargs={'userid': request.user.id}
kwargs={'userid': invoice.user.id}
))