Update attribute names following changes in API

This commit is contained in:
Pea Tyczynska
2021-01-26 10:41:22 +00:00
parent 8f21caa87a
commit 079f371bc5
7 changed files with 28 additions and 26 deletions

View File

@@ -80,8 +80,8 @@ class ServiceAPIClient(NotifyAdminAPIClient):
data = _attach_current_user(kwargs)
disallowed_attributes = set(data.keys()) - {
'active',
'billing_contact_email_address',
'billing_contact_name',
'billing_contact_email_addresses',
'billing_contact_names',
'billing_reference',
'consent_to_research',
'contact_link',