mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Merge pull request #3269 from alphagov/permanent-failure-for-letters
Add permanent-failure for letters.
This commit is contained in:
@@ -1577,6 +1577,7 @@ class Notification(db.Model):
|
||||
},
|
||||
'letter': {
|
||||
'technical-failure': 'Technical failure',
|
||||
'permanent-failure': 'Permanent failure',
|
||||
'sending': 'Accepted',
|
||||
'created': 'Accepted',
|
||||
'delivered': 'Received',
|
||||
|
||||
Reference in New Issue
Block a user