mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 11:51:05 -05:00
Updated the 'get_sum_billing_units' function to no longer multiply the billing units by the rate multiplier. The billing_units that come from notifications-api already consist of the billable_units * rate_multiplier. The rate_multiplier is also not returned from the api response anymore. Also updated the billing mocks since these were not mocking the right fields in the JSON responses from the API billing endpoints, and added the new 'postage' field which will get returned from the monthly-usage endpoint in notifications-api.