diff --git a/EasyPost/Services/SmartRateService.cs b/EasyPost/Services/SmartRateService.cs index 69805d2f..78bdd878 100644 --- a/EasyPost/Services/SmartRateService.cs +++ b/EasyPost/Services/SmartRateService.cs @@ -53,7 +53,7 @@ public async Task> EstimateDeliveryD } /// - /// Retrieve the estimated delivery date of each carrier-service level combination via the Smart Deliver On API, based on a specific ship date and origin-destination postal code pair. + /// Retrieve the estimated delivery date of each carrier-service level combination via the Smart Deliver By API, based on a specific ship date and origin-destination postal code pair. /// Unlike the method, this method does not require a ID. /// /// The parameters to include on the API call. @@ -79,7 +79,7 @@ public async Task> RecommendShipDateFor } /// - /// Retrieve a recommended ship date for each carrier-service level combination via the Smart Deliver By API, based on a specific ship date and origin-destination postal code pair. + /// Retrieve a recommended ship date for each carrier-service level combination via the Smart Deliver On API, based on a specific ship date and origin-destination postal code pair. /// Unlike the method, this method does not require a ID. /// /// The parameters to include on the API call.