diff --git a/EasyPost/Services/CarrierAccountService.cs b/EasyPost/Services/CarrierAccountService.cs index 5a78a843..d0b16f74 100644 --- a/EasyPost/Services/CarrierAccountService.cs +++ b/EasyPost/Services/CarrierAccountService.cs @@ -120,7 +120,7 @@ public async Task Create(Parameters.CarrierAccount.ACreate param /// to use for the HTTP request. /// The updated . [CrudOperations.Update] - [Obsolete("This function does not support UPS accounts. Please use the Update(string, Parameters.CarrierAccount.Update) function instead for all carrier account updates.")] + [Obsolete("This function does not support UPS accounts. Please use the Update(string, Parameters.CarrierAccount.AUpdate) function instead for all carrier account updates.")] public async Task Update(string id, Dictionary parameters, CancellationToken cancellationToken = default) { // Need to retrieve account first to check type