mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Make sure the date does not include time
This commit is contained in:
@@ -239,7 +239,7 @@ def update_fact_billing(data, process_day):
|
||||
|
||||
def create_billing_record(data, rate, process_day):
|
||||
billing_record = FactBilling(
|
||||
bst_date=process_day,
|
||||
bst_date=process_day.date(),
|
||||
template_id=data.template_id,
|
||||
service_id=data.service_id,
|
||||
notification_type=data.notification_type,
|
||||
|
||||
Reference in New Issue
Block a user