From fb29afc11dd73ffdf4bfeacb12fa056ea0815915 Mon Sep 17 00:00:00 2001 From: Cedric Collins Date: Wed, 8 Sep 2021 11:43:40 -0500 Subject: [PATCH] [IMP] delivery_hibou: change expected parameter name --- delivery_hibou/models/delivery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delivery_hibou/models/delivery.py b/delivery_hibou/models/delivery.py index 89515975..4b478dd8 100644 --- a/delivery_hibou/models/delivery.py +++ b/delivery_hibou/models/delivery.py @@ -173,7 +173,7 @@ class DeliveryCarrier(models.Model): 'error_message': a string containing an error message, 'warning_message': a string containing a warning message, 'date_planned': a datetime for when the shipment is supposed to leave, - 'requested_date': a datetime for when the shipment is supposed to arrive, + 'date_delivered': a datetime for when the shipment is supposed to arrive, 'transit_days': a Float for how many days it takes in transit, 'service_code': a string that represents the service level/agreement, }