Update src/pretix/plugins/stripe/payment.py

Co-authored-by: robbi5 <richt@rami.io>
This commit is contained in:
Martin Gross
2024-11-18 14:16:50 +01:00
committed by GitHub
parent 495bc3ecc9
commit 2e6eb167e1

View File

@@ -1867,7 +1867,7 @@ class StripeMobilePay(StripeRedirectMethod):
method = 'mobilepay'
confirmation_method = 'automatic'
explanation = _(
'This payment method is available to MobilePay app users in Denmark and Finnland. Please have your app ready.'
'This payment method is available to MobilePay app users in Denmark and Finland. Please have your app ready.'
)
def _payment_intent_kwargs(self, request, payment):