Set free SMS limit depending on organisation type

Different parts of government get billed slightly differently, and
there’s differences in how much money we’re allowed to give them.

Think these numbers are right, but should be double checked.
This commit is contained in:
Chris Hill-Scott
2017-10-05 10:46:55 +01:00
parent 9453f301d2
commit c516760056
6 changed files with 40 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ def test_client_creates_service_with_correct_data(
client.create_service(
service_name='My first service',
organisation_type='central_government',
free_sms_fragment_limit=2,
message_limit=1,
restricted=True,
user_id=fake_uuid,
@@ -72,6 +73,7 @@ def test_client_creates_service_with_correct_data(
name='My first service',
# The rest pass through with the same names
organisation_type='central_government',
free_sms_fragment_limit=2,
message_limit=1,
restricted=True,
user_id=fake_uuid,