Merge pull request #3106 from alphagov/billing-fields-for-service

Add billing details fields to Service model and db table
This commit is contained in:
Pea Tyczynska
2021-01-26 15:14:05 +00:00
committed by GitHub
3 changed files with 47 additions and 0 deletions

View File

@@ -248,6 +248,9 @@ def test_get_service_by_id(admin_request, sample_service):
assert set(json_resp['data'].keys()) == {
'active',
'allowed_broadcast_provider',
'billing_contact_email_addresses',
'billing_contact_names',
'billing_reference',
'consent_to_research',
'contact_link',
'count_as_live',
@@ -266,6 +269,7 @@ def test_get_service_by_id(admin_request, sample_service):
'organisation_type',
'permissions',
'prefix_sms',
'purchase_order_number',
'rate_limit',
'research_mode',
'restricted',