Remove "3DS mode" setting as it no longer has an effect

This commit is contained in:
Raphael Michel
2019-08-08 19:25:12 +02:00
parent 8f0a5d859d
commit 191729c07a
2 changed files with 0 additions and 13 deletions

View File

@@ -81,7 +81,6 @@ def pretixcontrol_logentry_display(sender, logentry, **kwargs):
settings_hierarkey.add_default('payment_stripe_method_cc', True, bool)
settings_hierarkey.add_default('payment_stripe_cc_3ds_mode', 'recommended', str)
@receiver(register_global_settings, dispatch_uid='stripe_global_settings')