Browse Source

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

generate_traduction_server_side
Hugo LEVY-FALK 7 years ago
committed by Alexandre Iooss
parent
commit
09538385bf
  1. 2
      cotisations/payment_methods/comnpay/views.py

2
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}
))

Loading…
Cancel
Save