mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 09:27:56 -04:00
Merge branch 'master' into updating-service_sms_senders
This commit is contained in:
@@ -203,7 +203,8 @@ class ServiceSchema(BaseSchema):
|
||||
'service_provider_stats',
|
||||
'service_notification_stats',
|
||||
'service_sms_senders',
|
||||
'monthly_billing'
|
||||
'monthly_billing',
|
||||
'reply_to_email_addresses',
|
||||
)
|
||||
strict = True
|
||||
|
||||
@@ -256,7 +257,8 @@ class DetailedServiceSchema(BaseSchema):
|
||||
'service_notification_stats',
|
||||
'organisation',
|
||||
'service_sms_senders',
|
||||
'monthly_billing'
|
||||
'monthly_billing',
|
||||
'reply_to_email_addresses'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user