From 379b967b5f9f072cc3b815379ffc8f14cb3715ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Mon, 11 Dec 2023 17:25:01 +0900 Subject: [PATCH] =?UTF-8?q?QR=20code=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/laanc/LaancQr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/laanc/LaancQr.js b/src/components/laanc/LaancQr.js index 74af976..d89912e 100644 --- a/src/components/laanc/LaancQr.js +++ b/src/components/laanc/LaancQr.js @@ -52,7 +52,7 @@ export default function LaancQr({ isPopUp, setIsPopUp, data, handlerStep }) { // axios 호출 처리 로직 const handleResponse = (res, type) => { - if (res.data.result === true) { + if (res.data.rspCode === '200') { // dispatch(LaancAction.LAANC_TS_QR.success(res.data)); setIsPolling(false); setIsPopUp(false);