Fix #805 -- Handling of 3D secure payments

This commit is contained in:
Raphael Michel
2018-03-26 23:22:30 +02:00
parent 9ae0d9b0a1
commit 07750c1f8c
2 changed files with 22 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ def pretixcontrol_action_display(sender, action, request, **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')