Skip to content

Commit

Permalink
Minor snetence change
Browse files Browse the repository at this point in the history
  • Loading branch information
thesantatitan committed Nov 10, 2021
1 parent 10f4f8b commit 19e9c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/payment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ route.post(
product.seller.user.deleted ||
product.banned
) {
respond(res, req, 404, ERROR.PRODUCT_NOT_FOUND);
respond(res, req, 404, "Product is no longer available");
return;
}

Expand Down

0 comments on commit 19e9c56

Please sign in to comment.