Apply suggestion from @luelista

Co-authored-by: luelista <weller@rami.io>
This commit is contained in:
Raphael Michel
2026-08-07 15:59:56 +02:00
committed by GitHub
co-authored by luelista
parent 176a89cebb
commit 67dcddec33
+1 -1
View File
@@ -1023,7 +1023,7 @@ DEFAULTS = {
'form_class': forms.IntegerField,
'serializer_class': serializers.IntegerField,
'write_permission': 'event.settings.payment:write',
'form_kwargs': lambda suffix="", parent=0: dict(
'form_kwargs': lambda suffix="", parent=1: dict(
label=_('Payment term in minutes'),
help_text=_("The number of minutes after placing an order the user has to pay to preserve their reservation. "
"Only use this if you exclusively offer real-time payment methods. Please note that for technical reasons, "