make sure service api client doesnt expect free sms fragment

This commit is contained in:
Leo Hemsted
2017-12-04 16:48:13 +00:00
2 changed files with 1 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ class ServiceAPIClient(NotifyAdminAPIClient):
self,
service_name,
organisation_type,
free_sms_fragment_limit,
message_limit,
restricted,
user_id,
@@ -32,7 +31,6 @@ class ServiceAPIClient(NotifyAdminAPIClient):
data = {
"name": service_name,
"organisation_type": organisation_type,
"free_sms_fragment_limit": free_sms_fragment_limit,
"active": True,
"message_limit": message_limit,
"user_id": user_id,