mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 16:18:26 -04:00
When an inbound number is allocated insert or update a row in service_sms_senders.
This commit is contained in:
@@ -202,7 +202,8 @@ class ServiceSchema(BaseSchema):
|
||||
'template_statistics',
|
||||
'service_provider_stats',
|
||||
'service_notification_stats',
|
||||
'service_sms_senders'
|
||||
'service_sms_senders',
|
||||
'monthly_billing'
|
||||
)
|
||||
strict = True
|
||||
|
||||
@@ -254,7 +255,8 @@ class DetailedServiceSchema(BaseSchema):
|
||||
'service_provider_stats',
|
||||
'service_notification_stats',
|
||||
'organisation',
|
||||
'service_sms_senders'
|
||||
'service_sms_senders',
|
||||
'monthly_billing'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user