mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
remove organisation from api
This commit is contained in:
@@ -203,8 +203,6 @@ class ServiceSchema(BaseSchema):
|
||||
branding = field_for(models.Service, 'branding')
|
||||
dvla_organisation = field_for(models.Service, 'dvla_organisation')
|
||||
permissions = fields.Method("service_permissions")
|
||||
# TODO: remove this variable after admin is updated to refer to email branding
|
||||
organisation = field_for(models.Service, 'organisation')
|
||||
email_branding = field_for(models.Service, 'email_branding')
|
||||
override_flag = False
|
||||
reply_to_email_address = fields.Method(method_name="get_reply_to_email_address")
|
||||
@@ -285,8 +283,6 @@ class DetailedServiceSchema(BaseSchema):
|
||||
'template_statistics',
|
||||
'service_provider_stats',
|
||||
'service_notification_stats',
|
||||
# TODO: remove this field after admin is updated to refer to email branding
|
||||
'organisation',
|
||||
'email_branding',
|
||||
'service_sms_senders',
|
||||
'monthly_billing',
|
||||
|
||||
Reference in New Issue
Block a user