Mark a declined message from Firetext as permanent-failure rather than failed.

This commit is contained in:
Rebecca Law
2016-05-24 15:32:48 +01:00
parent 06473431ba
commit fa152c4431
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ firetext_responses = {
"message": 'Declined',
"success": False,
"notification_statistics_status": STATISTICS_FAILURE,
"notification_status": 'failed'
"notification_status": 'permanent-failure'
},
'2': {
"message": 'Undelivered (Pending with Network)',