Skip to content

Commit

Permalink
Update EasyPost/Services/CarrierAccountService.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Chen <[email protected]>
  • Loading branch information
nwithan8 and jchen293 authored Jul 12, 2024
1 parent fdc0314 commit 6b70fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EasyPost/Services/CarrierAccountService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public async Task<CarrierAccount> Create(Parameters.CarrierAccount.ACreate param
/// <param name="cancellationToken"><see cref="CancellationToken"/> to use for the HTTP request.</param>
/// <returns>The updated <see cref="CarrierAccount"/>.</returns>
[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<CarrierAccount> Update(string id, Dictionary<string, object> parameters, CancellationToken cancellationToken = default)
{
// Need to retrieve account first to check type
Expand Down

0 comments on commit 6b70fd0

Please sign in to comment.