This commit is contained in:
focp212@naver.com
2025-10-16 19:34:11 +09:00
parent b48c936f12
commit 8552b66595
5 changed files with 111 additions and 95 deletions

View File

@@ -71,7 +71,7 @@ export const EscrowDetailPage = () => {
setTransactionInfo(rs.transactionInfo);
setSettlementInfo(rs.settlementInfo);
setOrderNumber(rs.importantInfo?.ordNo);
setOrderNumber(rs.importantInfo?.orderNumber);
setTid(rs.importantInfo?.tid);
});
};