Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen293 committed Jul 15, 2024
1 parent c62e235 commit 6196a67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static async Task Main()
DesiredDeliveryDate = "2024-07-18",
};

List<RecommendShipDateForShipmentResult> rates = await client.Shipment.RetrieveEstimatedDeliveryDate("shp_...", parameters);
List<RecommendShipDateForShipmentResult> rates = await client.Shipment.RecommendShipDate("shp_...", parameters);

Console.WriteLine(JsonConvert.SerializeObject(rates, Formatting.Indented));
}
Expand Down

0 comments on commit 6196a67

Please sign in to comment.