-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix several annual limit bugs: (#2385)
* Fix several annual limit bugs: - Fixed warning and reached email sent keys not being deleted when a services annual limits are changed - Fixed logic issues in check_[email|sms]_annual_limit where some checks were being made against the incorrect notification type and emails for email limits were being sent when they should have been sms emails and vise versa - Fixed an issue where the daily limit error message was taking precedence over the annual limit message when posting bulk jobs. * Make annual limit error higher precedence * fix(send_annual_limit_reached_email): pass in service name * Fix wrong notification types being passed into checks --------- Co-authored-by: Andrew Leith <[email protected]>
- Loading branch information
1 parent
1fd9036
commit 513ae10
Showing
6 changed files
with
63 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters