Stripe: Add missing identifier for revolut_pay

This commit is contained in:
Martin Gross
2024-12-10 15:15:43 +01:00
parent b8ad276f53
commit 1f904d482b

View File

@@ -1792,6 +1792,7 @@ class StripeWeChatPay(StripeRedirectMethod):
class StripeRevolutPay(StripeRedirectMethod):
identifier = 'stripe_revolut_pay'
verbose_name = _('Revolut Pay via Stripe')
public_name = _('Revolut Pay')
method = 'revolut_pay'