Skip to content

Commit

Permalink
fix: fixes create review path
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilera committed Feb 6, 2025
1 parent 9548143 commit daf52b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/platforms/vtex/clients/commerce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export const VtexCommerce = (
reviews: {
create: (input: CreateProductReviewInput): Promise<string> => {
return fetchAPI(
`${base}/${REVIEWS_AND_RATINGS_API_PATH}/reviews`,
`${base}/${REVIEWS_AND_RATINGS_API_PATH}/review`,
{
...BASE_INIT,
body: JSON.stringify(input),
Expand Down

0 comments on commit daf52b0

Please sign in to comment.