We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c3546 commit 0973e2cCopy full SHA for 0973e2c
1 file changed
app/ModelSerializers/Summit/SummitSerializer.php
@@ -97,6 +97,7 @@ class SummitSerializer extends SilverStripeSerializer
97
'RegistrationAllowedRefundRequestTillDate' => 'registration_allowed_refund_request_till_date:datetime_epoch',
98
'RegistrationSlugPrefix' => 'registration_slug_prefix:json_string',
99
'MarketingSiteOauth2ClientScopes' => 'marketing_site_oauth2_client_scopes:json_string',
100
+ 'DefaultTicketTypeCurrency' => 'default_ticket_type_currency:json_string',
101
];
102
103
protected static $allowed_relations = [
0 commit comments