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')
|
verbose_name = _('PayPal via Stripe')
|
||||||
public_name = _('PayPal')
|
public_name = _('PayPal')
|
||||||
method = 'paypal'
|
method = 'paypal'
|
||||||
|
redirect_in_widget_allowed = False
|
||||||
|
|
||||||
|
|
||||||
class StripeSwish(StripeRedirectMethod):
|
class StripeSwish(StripeRedirectMethod):
|
||||||
|
|||||||
Reference in New Issue
Block a user