From 5d65e8722925a2d8af42c5e1d5d79793e596d5c3 Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Sat, 1 Sep 2018 12:10:47 +0200 Subject: [PATCH] =?UTF-8?q?Redirige=20vers=20l'utilisateur=20cible=20apr?= =?UTF-8?q?=C3=A8s=20un=20paiement=20par=20comnpay.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cotisations/payment_methods/comnpay/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cotisations/payment_methods/comnpay/views.py b/cotisations/payment_methods/comnpay/views.py index 2383f1e9..49dc496f 100644 --- a/cotisations/payment_methods/comnpay/views.py +++ b/cotisations/payment_methods/comnpay/views.py @@ -68,7 +68,7 @@ def accept_payment(request, factureid): ) return redirect(reverse( 'users:profil', - kwargs={'userid': request.user.id} + kwargs={'userid': invoice.user.id} ))