Stripe: Rename SOFORT's public name

This commit is contained in:
Raphael Michel
2023-01-09 10:03:37 +01:00
parent 280c24528f
commit 59730ff501

View File

@@ -1226,7 +1226,7 @@ class StripeBancontact(StripeMethod):
class StripeSofort(StripeMethod):
identifier = 'stripe_sofort'
verbose_name = _('SOFORT via Stripe')
public_name = _('SOFORT')
public_name = _('SOFORT (instant bank transfer)')
method = 'sofort'
def payment_form_render(self, request) -> str: