- 링크결제_분리승인 MAIN 아이템 박스 수정

This commit is contained in:
HyeonJongKim
2025-10-23 20:57:19 +09:00
parent 583cb3a2df
commit d6bf2537d9
6 changed files with 34 additions and 33 deletions

View File

@@ -42,7 +42,6 @@ export const LinkPaymentWaitDetailPage = () => {
}
linkPayWaitDetail(detailParam).then((rs: DetailResponse) => {
console.log("Detail Info: ", rs)
setTitleInfo(rs.titleInfo)
setPaymentInfo(rs.paymentInfo)
})