[IMP] delivery_hibou: change expected parameter name

This commit is contained in:
Cedric Collins
2021-09-08 11:43:40 -05:00
parent 98072fa405
commit fb29afc11d

View File

@@ -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,
}