diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index 69ff425fc..7eabc2ed9 100644 --- a/src/pretix/plugins/stripe/payment.py +++ b/src/pretix/plugins/stripe/payment.py @@ -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'