amount info 수정

This commit is contained in:
focp212@naver.com
2025-10-28 17:58:20 +09:00
parent 7fa26cce00
commit 34143ffa45
3 changed files with 24 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ export const EscrowDetailPage = () => {
tid: tid || paramTid,
};
escrowDetail(escroDetailParams).then((rs: DetailResponse) => {
setAmountInfo(rs.amountInfo || {});
setAmountInfo(rs.paymentInfo || {});
setImportantInfo(rs.importantInfo || {});
setEscrowInfo(rs.escrowInfo || {});
setPaymentInfo(rs.paymentInfo || {});
@@ -132,7 +132,7 @@ export const EscrowDetailPage = () => {
return (
<>
<main>
<div className="tab-content">
<div className="tab-content pb-86">
<div className="tab-pane sub active">
<div className="option-list">
<div className="txn-detail">
@@ -160,6 +160,7 @@ export const EscrowDetailPage = () => {
transactionCategory={ TransactionCategory.Escrow }
paymentInfo={ paymentInfo }
isOpen={ showPaymentInfo }
serviceCode={ serviceCode }
onClickToOpenInfo={ (infoSectionKey) => onClickToOpenInfo(infoSectionKey) }
></PaymentInfoSection>
<div className="txn-divider"></div>