Reinstate MOTO-Flagging for Reseller Scheme-TX (#1570)

This commit is contained in:
Martin Gross
2020-02-12 09:49:33 +01:00
parent 6bc2175ea9
commit a1da2eafdc
3 changed files with 59 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ def pretixcontrol_logentry_display(sender, logentry, **kwargs):
settings_hierarkey.add_default('payment_stripe_method_cc', True, bool)
settings_hierarkey.add_default('payment_stripe_reseller_moto', False, bool)
@receiver(register_global_settings, dispatch_uid='stripe_global_settings')