diff --git a/app/main/views/service_settings.py b/app/main/views/service_settings.py index d19abab1c..6643ce01b 100644 --- a/app/main/views/service_settings.py +++ b/app/main/views/service_settings.py @@ -45,7 +45,7 @@ def service_settings(service_id): 'views/service-settings.html', organisation=organisation, letter_branding=letter_branding_organisations.get( - current_service.get('dvla_org_id', '001') + current_service.get('dvla_organisation', '001') ) ) diff --git a/app/notify_client/service_api_client.py b/app/notify_client/service_api_client.py index d172176cd..da9e1794b 100644 --- a/app/notify_client/service_api_client.py +++ b/app/notify_client/service_api_client.py @@ -92,7 +92,7 @@ class ServiceAPIClient(NotifyAdminAPIClient): 'branding', 'organisation', 'letter_contact_block', - 'dvla_org_id', + 'dvla_organisation', } if disallowed_attributes: raise TypeError('Not allowed to update service attributes: {}'.format(