mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
Update billing to ignore failed letters.
This commit is contained in:
@@ -1083,6 +1083,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