mirror of
https://github.com/pretix/pretix.git
synced 2026-05-15 16:54:00 +00:00
Update src/pretix/plugins/stripe/payment.py
Co-authored-by: robbi5 <richt@rami.io>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user