forked from CGM_Public/pretix_original
Stripe: Update Revolut Pay presentment currency list (#5631)
This commit is contained in:
@@ -423,7 +423,7 @@ class StripeSettingsHolder(BasePaymentProvider):
|
|||||||
('method_revolut_pay',
|
('method_revolut_pay',
|
||||||
forms.BooleanField(
|
forms.BooleanField(
|
||||||
label='Revolut Pay',
|
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 '
|
help_text=_('Some payment methods might need to be enabled in the settings of your Stripe account '
|
||||||
'before they work properly.'),
|
'before they work properly.'),
|
||||||
required=False,
|
required=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user