mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 16:23:44 -04:00
Update montly billing with letters
This commit is contained in:
@@ -205,6 +205,7 @@ def populate_monthly_billing(year):
|
||||
email_res = get_monthly_billing_by_notification_type(
|
||||
service_id, datetime(year, month, 1), EMAIL_TYPE
|
||||
)
|
||||
|
||||
print("Finished populating data for {} for service id {}".format(month, str(service_id)))
|
||||
print('SMS: {}'.format(sms_res.monthly_totals))
|
||||
print('Email: {}'.format(email_res.monthly_totals))
|
||||
|
||||
Reference in New Issue
Block a user