mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-29 04:09:07 -04:00
Letter have multliple rates, the agregate number was not taking that into account for the usage page.
This commit is contained in:
@@ -2288,6 +2288,14 @@ def mock_get_billable_units(mocker):
|
||||
'notification_type': 'letter',
|
||||
'rate': 0.31,
|
||||
'billing_units': 10
|
||||
},
|
||||
{
|
||||
'month': 'February',
|
||||
'international': False,
|
||||
'rate_multiplier': 1,
|
||||
'notification_type': 'letter',
|
||||
'rate': 0.33,
|
||||
'billing_units': 5
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user