forked from CGM_Public/pretix_original
Fix missing serializer class
This commit is contained in:
@@ -971,7 +971,8 @@ DEFAULTS = {
|
|||||||
},
|
},
|
||||||
'payment_giftcard__enabled': {
|
'payment_giftcard__enabled': {
|
||||||
'default': 'True',
|
'default': 'True',
|
||||||
'type': bool
|
'type': bool,
|
||||||
|
'serializer_class': serializers.BooleanField,
|
||||||
},
|
},
|
||||||
'payment_giftcard_public_name': {
|
'payment_giftcard_public_name': {
|
||||||
'default': LazyI18nString.from_gettext(gettext_noop('Gift card')),
|
'default': LazyI18nString.from_gettext(gettext_noop('Gift card')),
|
||||||
|
|||||||
Reference in New Issue
Block a user