mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-29 04:09:36 -04:00
Merge pull request #2192 from alphagov/exclude-failed-letters-from-billing
Update billing to ignore failed letters.
This commit is contained in:
@@ -1113,6 +1113,12 @@ NOTIFICATION_STATUS_SUCCESS = [
|
||||
NOTIFICATION_DELIVERED
|
||||
]
|
||||
|
||||
NOTIFICATION_STATUS_TYPES_BILLABLE_FOR_LETTERS = [
|
||||
NOTIFICATION_SENDING,
|
||||
NOTIFICATION_DELIVERED,
|
||||
NOTIFICATION_RETURNED_LETTER,
|
||||
]
|
||||
|
||||
NOTIFICATION_STATUS_TYPES_BILLABLE = [
|
||||
NOTIFICATION_SENDING,
|
||||
NOTIFICATION_SENT,
|
||||
|
||||
Reference in New Issue
Block a user