Update mmg status code 2 to be a permanent failure.

This commit is contained in:
Rebecca Law
2016-09-01 10:23:37 +01:00
parent 95e3f39c6f
commit 3d41fa9634
2 changed files with 5 additions and 5 deletions

View File

@@ -6,10 +6,10 @@ from app.clients.sms import (SmsClient, SmsClientException)
mmg_response_map = {
'2': {
"message": ' Temporary failure',
"message": ' Permanent failure',
"notification_statistics_status": STATISTICS_FAILURE,
"success": False,
"notification_status": 'temporary-failure'
"notification_status": 'permanent-failure'
},
'3': {
"message": 'Delivered',