-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
fixedIssue has been fixed in a releaseIssue has been fixed in a releasetriageIssue is being researchedIssue is being researched
Description
Software Version
5.4
Language Version
.NET Framework 4.8, Version 10.0.22621 Build 22621
Operating System
Microsoft Windows 11 Pro
What happened?
Hi,
This one seems like a straightforward misnaming. I am unable to get the RateWithEstimatedDeliveryDate.EasyPostTimeInTransitData.EasyPostEstimatedDeliveryDate
value from the results of Client.Shipment.RetrieveEstimatedDeliveryDate(...)
because the property is defined with the wrong JSON name mapping
[JsonProperty("easypost_time_in_transit_data")]
public string? EasyPostEstimatedDeliveryDate { get; set; }
What was expected?
Expected the property to be mapped to the JSON name "easypost_estimated_delivery_date" as described in the example response in the API docs.
Sample Code
[JsonProperty("easypost_estimated_delivery_date")]
public string? EasyPostEstimatedDeliveryDate { get; set; }
Relevant logs
No response
Metadata
Metadata
Assignees
Labels
fixedIssue has been fixed in a releaseIssue has been fixed in a releasetriageIssue is being researchedIssue is being researched