diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index 65dc60026a..e387781939 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -718,7 +718,7 @@ class BasePaymentProvider: return a very short version of the payment method. Usually, this should return e.g. a transaction ID or account identifier, but no information on status, dates, etc. - The default implementation falls back to payment_presa_elrender. + The default implementation falls back to ``payment_presale_render``. :param order: The order object """