Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
david emioma committed May 7, 2024
1 parent a394348 commit 589009c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/api/stores/[storeId]/open/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ export async function PATCH(
userId: user.id,
},
data: {
status: "REVIEWING",
statusFeedback: "Welcome back, Your product is under review.",
status: "APPROVED",
statusFeedback:
"Welcome back, Your product has been approved. It will be shown to potential customers.",
},
});

Expand Down

0 comments on commit 589009c

Please sign in to comment.