Skip to content

Commit

Permalink
fix: sku is replaced by product ID (#977)
Browse files Browse the repository at this point in the history
* fix: sku is replaced by product ID

* Update submitReviews.ts

* Update submitReviews.ts

---------

Co-authored-by: Matheus Gaudencio do Rêgo <[email protected]>
  • Loading branch information
ApMatheus and matheusgr authored Jan 21, 2025
1 parent a93b388 commit 3d47fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konfidency/actions/submitReviews.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { logger } from "@deco/deco/o11y";

export interface Props {
/**
* @title Product SKU
* @title Product Id
*/
sku: string;
review: WriteReview;
Expand Down

0 comments on commit 3d47fe6

Please sign in to comment.