mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Stripe: Add missing identifier for revolut_pay
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user