Fix typo in docstring

This commit is contained in:
Raphael Michel
2021-01-29 10:32:35 +01:00
parent 04a6ed20b9
commit 81f2b9db30

View File

@@ -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
"""