Stripe: Update Revolut Pay presentment currency list (#5631)

This commit is contained in:
Theodore
2025-11-18 14:56:01 +01:00
committed by GitHub
parent 5eade62121
commit 30aabc6253

View File

@@ -423,7 +423,7 @@ class StripeSettingsHolder(BasePaymentProvider):
('method_revolut_pay',
forms.BooleanField(
label='Revolut Pay',
disabled=self.event.currency not in ['EUR', 'GBP'],
disabled=self.event.currency not in ['EUR', 'GBP', 'RON', 'HUF', 'PLN', 'DKK'],
help_text=_('Some payment methods might need to be enabled in the settings of your Stripe account '
'before they work properly.'),
required=False,