diff --git a/src/routes/(root)/opi/ko/integration/webhook/readme-v2.mdx b/src/routes/(root)/opi/ko/integration/webhook/readme-v2.mdx index 1f0971737..f7f2fae90 100644 --- a/src/routes/(root)/opi/ko/integration/webhook/readme-v2.mdx +++ b/src/routes/(root)/opi/ko/integration/webhook/readme-v2.mdx @@ -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(); }