mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-28 11:49:13 -04:00
Add letters to usage page.
Before this goes live need to only show letters on usage if the service has the permission.
This commit is contained in:
@@ -2155,7 +2155,14 @@ def mock_get_billable_units(mocker):
|
||||
'rate': 0.0165,
|
||||
'billing_units': 100
|
||||
},
|
||||
|
||||
{
|
||||
'month': 'February',
|
||||
'international': False,
|
||||
'rate_multiplier': 1,
|
||||
'notification_type': 'letter',
|
||||
'rate': 0.31,
|
||||
'billing_units': 10
|
||||
}
|
||||
]
|
||||
|
||||
return mocker.patch(
|
||||
|
||||
Reference in New Issue
Block a user