mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix typo in docstring
This commit is contained in:
@@ -718,7 +718,7 @@ class BasePaymentProvider:
|
|||||||
return a very short version of the payment method. Usually, this should return e.g.
|
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.
|
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
|
:param order: The order object
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user