forked from CGM_Public/pretix_original
Mark payment_term_days settings as required in the backend
This commit is contained in:
@@ -351,6 +351,7 @@ DEFAULTS = {
|
|||||||
"you use slow payment methods like bank transfer, we recommend 14 days. If you only use real-time "
|
"you use slow payment methods like bank transfer, we recommend 14 days. If you only use real-time "
|
||||||
"payment methods, we recommend still setting two or three days to allow people to retry failed "
|
"payment methods, we recommend still setting two or three days to allow people to retry failed "
|
||||||
"payments."),
|
"payments."),
|
||||||
|
required=True,
|
||||||
validators=[MinValueValidator(0),
|
validators=[MinValueValidator(0),
|
||||||
MaxValueValidator(1000000)]
|
MaxValueValidator(1000000)]
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user