forked from CGM_Public/pretix_original
Stripe/SOFORT: Move SOFORT from iFrame to proper redirect (Z#23158598)
This commit is contained in:
@@ -1585,7 +1585,7 @@ class StripeBancontact(StripeRedirectWithAccountNamePaymentIntentMethod):
|
|||||||
return super().payment_presale_render(payment)
|
return super().payment_presale_render(payment)
|
||||||
|
|
||||||
|
|
||||||
class StripeSofort(StripeMethod):
|
class StripeSofort(StripeRedirectMethod):
|
||||||
identifier = 'stripe_sofort'
|
identifier = 'stripe_sofort'
|
||||||
verbose_name = _('SOFORT via Stripe')
|
verbose_name = _('SOFORT via Stripe')
|
||||||
public_name = _('SOFORT (instant bank transfer)')
|
public_name = _('SOFORT (instant bank transfer)')
|
||||||
|
|||||||
Reference in New Issue
Block a user