Stripe/SOFORT: Move SOFORT from iFrame to proper redirect (Z#23158598)

This commit is contained in:
Martin Gross
2024-07-12 12:30:37 +02:00
parent 032e958a00
commit 884c97d62a

View File

@@ -1585,7 +1585,7 @@ class StripeBancontact(StripeRedirectWithAccountNamePaymentIntentMethod):
return super().payment_presale_render(payment)
class StripeSofort(StripeMethod):
class StripeSofort(StripeRedirectMethod):
identifier = 'stripe_sofort'
verbose_name = _('SOFORT via Stripe')
public_name = _('SOFORT (instant bank transfer)')