From 1325cf1e7c19cdb11b6485d03d956c44de762697 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 7 Jan 2021 19:00:54 +0100 Subject: [PATCH] Fix typo --- 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 bb7907ff1..83dc7a8cb 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -730,7 +730,7 @@ class BasePaymentProvider: 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 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.