Skip to content

Commit

Permalink
Added the project code
Browse files Browse the repository at this point in the history
  • Loading branch information
simran1002 committed Jan 13, 2024
1 parent 832238e commit 9e8afb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ app.post("/payment", async (req,res) => {
payment_id:paymentID,
});

return res.status(200).json({ message: "Payment verified successfully" });
return res.status(200).json({ message: "Payment is Verified successfully" });
} else {
return res.status(400).json({ message: "Invalid signature sent!" });
return res.status(400).json({ message: "Invalid Signature sent!" });
}
} catch (error) {
res.status(500).json({ message: "Internal Server Error!" });
Expand Down

0 comments on commit 9e8afb3

Please sign in to comment.