This commit is contained in:
Raphael Michel
2021-01-07 19:00:54 +01:00
parent ba8ea0e4d4
commit 1325cf1e7c

View File

@@ -730,7 +730,7 @@ class BasePaymentProvider:
Will be called if the *ticket customer* views the details of a payment. This is Will be called if the *ticket customer* views the details of a payment. This is
currently used e.g. when the customer requests a refund to show which payment currently used e.g. when the customer requests a refund to show which payment
method is used for the refund. This should only include very basic information method is used for the refund. This should only include very basic information
about the payment, such das "VISA card ****9999", and never raw payment information. about the payment, such as "VISA card ****9999", and never raw payment information.
The default implementation returns the public name of the payment provider. The default implementation returns the public name of the payment provider.