From 53027b621fde87c4e2f80c2da923685afad1e00c Mon Sep 17 00:00:00 2001 From: Mira Date: Thu, 31 Aug 2023 15:18:23 +0200 Subject: [PATCH] Update payment.py (#3559) --- src/pretix/base/payment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index de0dc8eaba..9568b800fc 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -742,7 +742,7 @@ class BasePaymentProvider: the amount of money that should be paid. If you need any special behavior, you can return a string containing the URL the user will be redirected to. - If you are done with your process you should return the user to the order's detail page. Redirection is not + If you are done with your process you should return the user to the order's detail page. Redirection is only allowed if you set ``execute_payment_needs_user`` to ``True``. If the payment is completed, you should call ``payment.confirm()``. Please note that this might