Skip to content

Commit

Permalink
fix: better expression
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiyou authored and sso-ashley committed Oct 11, 2024
1 parent c2bc653 commit 0d4451f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(root)/opi/ko/integration/webhook/readme-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ app.post("/portone-webhook", async (req, res, next) => {
const paymentResponse = await portOne.getPayment(paymentId);

if (paymentResponse === null) {
// 웹훅 정보와 결제 정보가 일치하지 않는 경우
// 웹훅 정보와 일치하는 결제건이 실제로는 존재하지 않는 경우
return res.status(200).end();
}

Expand Down

0 comments on commit 0d4451f

Please sign in to comment.