forked from CGM_Public/pretix_original
Stripe: Add missing identifier for revolut_pay
This commit is contained in:
@@ -1792,6 +1792,7 @@ class StripeWeChatPay(StripeRedirectMethod):
|
|||||||
|
|
||||||
|
|
||||||
class StripeRevolutPay(StripeRedirectMethod):
|
class StripeRevolutPay(StripeRedirectMethod):
|
||||||
|
identifier = 'stripe_revolut_pay'
|
||||||
verbose_name = _('Revolut Pay via Stripe')
|
verbose_name = _('Revolut Pay via Stripe')
|
||||||
public_name = _('Revolut Pay')
|
public_name = _('Revolut Pay')
|
||||||
method = 'revolut_pay'
|
method = 'revolut_pay'
|
||||||
|
|||||||
Reference in New Issue
Block a user