mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Optional MOTO-Flagging for Reseller Scheme-TXs (#1570)
* Optional MOTO-Flagging for Reseller Scheme-TXs * Update src/pretix/plugins/stripe/payment.py Co-Authored-By: Raphael Michel <michel@rami.io> * Update src/pretix/plugins/stripe/payment.py Co-Authored-By: Raphael Michel <michel@rami.io> * Manually rebase again... * Fix a single whitespace for style... Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user