Skip to content

Commit

Permalink
Describe return value for IShopingService.RemoveProductVariantFromCart
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkyjac committed May 31, 2024
1 parent 94def35 commit 9a15b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public interface IShoppingService
/// Remove all shopping cart items of specific product variant.
/// </summary>
/// <param name="variantGraphQLId">Product variant graphQL ID.</param>
/// <returns></returns>
/// <returns><see cref="CartOperationResult"/> with updated shopping cart if operation was successful.</returns>
Task<CartOperationResult> RemoveProductVariantFromCart(string variantGraphQLId);


Expand Down

0 comments on commit 9a15b59

Please sign in to comment.