Skip to content

Commit

Permalink
Update Src/VTEX/VTEXWrapper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 4, 2024
1 parent ad78db9 commit dab2022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/VTEX/VTEXWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ public async Task<string> CreateCollectionAsync(string data, CancellationToken t
{
return await ServiceInvokerAsync(HttpRequestMethod.POST, "collections", token, data: data);

}
/// <summary>
/// Sets the rest credentials.
/// </summary>
Expand Down

0 comments on commit dab2022

Please sign in to comment.