mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Merge pull request #2759 from alphagov/remove_all_service_postage_references
Remove all service postage references
This commit is contained in:
@@ -33,7 +33,6 @@ class Service():
|
|||||||
'name',
|
'name',
|
||||||
'organisation_type',
|
'organisation_type',
|
||||||
'permissions',
|
'permissions',
|
||||||
'postage',
|
|
||||||
'prefix_sms',
|
'prefix_sms',
|
||||||
'research_mode',
|
'research_mode',
|
||||||
'service_callback_api',
|
'service_callback_api',
|
||||||
|
|||||||
@@ -144,7 +144,6 @@ def service_json(
|
|||||||
organisation_type='central',
|
organisation_type='central',
|
||||||
prefix_sms=True,
|
prefix_sms=True,
|
||||||
contact_link=None,
|
contact_link=None,
|
||||||
postage='second',
|
|
||||||
):
|
):
|
||||||
if users is None:
|
if users is None:
|
||||||
users = []
|
users = []
|
||||||
@@ -173,7 +172,6 @@ def service_json(
|
|||||||
'inbound_api': inbound_api,
|
'inbound_api': inbound_api,
|
||||||
'service_callback_api': service_callback_api,
|
'service_callback_api': service_callback_api,
|
||||||
'prefix_sms': prefix_sms,
|
'prefix_sms': prefix_sms,
|
||||||
'postage': postage,
|
|
||||||
'contact_link': None,
|
'contact_link': None,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user