forked from CGM_Public/pretix_original
Stripe: Do not allow redirect in iframe for PayPal
This commit is contained in:
@@ -1815,6 +1815,7 @@ class StripePayPal(StripeRedirectMethod):
|
||||
verbose_name = _('PayPal via Stripe')
|
||||
public_name = _('PayPal')
|
||||
method = 'paypal'
|
||||
redirect_in_widget_allowed = False
|
||||
|
||||
|
||||
class StripeSwish(StripeRedirectMethod):
|
||||
|
||||
Reference in New Issue
Block a user