알림 수정

This commit is contained in:
focp212@naver.com
2025-10-28 10:24:02 +09:00
parent d9ebc2c51f
commit b4976ec45c
11 changed files with 115 additions and 25 deletions

View File

@@ -481,7 +481,7 @@ export interface BillingInfo {
};
export interface MerchantInfo {
shopName?: string;
companyName?: string;
gid?: string;
aid?: string;
}

View File

@@ -231,7 +231,7 @@ export const ListItem = ({
</div>
<div className="transaction-amount">
<NumericFormat
value={ goodsAmount || amount }
value={ goodsAmount || amount || transactionAmount }
thousandSeparator
displayType="text"
suffix={ '원' }

View File

@@ -29,7 +29,7 @@ export const MerchantInfoSection = ({
<ul className="kv-list">
<li className="kv-row">
<span className="k">·&nbsp;&nbsp;</span>
<span className="v">{ merchantInfo?.shopName }</span>
<span className="v">{ merchantInfo?.companyName }</span>
</li>
<li className="kv-row">
<span className="k">·&nbsp;&nbsp;GID</span>