You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a user wants to view all products being sold by another user When the client performs a POST request to /profile/favoritesellers Then the seller will be added to the current user's favorites list
The id of the seller to be favorited should be in the request body.
{
"seller": 3
}
The text was updated successfully, but these errors were encountered:
Given a user wants to view all products being sold by another user
When the client performs a POST request to
/profile/favoritesellers
Then the seller will be added to the current user's favorites list
The
id
of the seller to be favorited should be in the request body.The text was updated successfully, but these errors were encountered: