Merge pull request #2804 from alphagov/provider-swap

Move provider resting balance as temporary measure
This commit is contained in:
David McDonald
2020-04-14 18:20:15 +01:00
committed by GitHub

View File

@@ -140,8 +140,8 @@ class Config(object):
# these should always add up to 100%
SMS_PROVIDER_RESTING_POINTS = {
'mmg': 70,
'firetext': 30
'mmg': 0,
'firetext': 100
}
NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553'