mirror of
https://github.com/pretix/pretix.git
synced 2026-05-17 17:14:04 +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'
|
method = 'mobilepay'
|
||||||
confirmation_method = 'automatic'
|
confirmation_method = 'automatic'
|
||||||
explanation = _(
|
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):
|
def _payment_intent_kwargs(self, request, payment):
|
||||||
|
|||||||
Reference in New Issue
Block a user