Insert and update methods for service_sms_sender

This commit is contained in:
Rebecca Law
2017-09-11 17:40:37 +01:00
parent 62f561c4d1
commit f624f4f033
6 changed files with 77 additions and 4 deletions

View File

@@ -202,6 +202,7 @@ class ServiceSchema(BaseSchema):
'template_statistics',
'service_provider_stats',
'service_notification_stats',
'service_sms_senders'
)
strict = True
@@ -252,7 +253,8 @@ class DetailedServiceSchema(BaseSchema):
'template_statistics',
'service_provider_stats',
'service_notification_stats',
'organisation'
'organisation',
'service_sms_senders'
)