알림 수정
This commit is contained in:
@@ -481,7 +481,7 @@ export interface BillingInfo {
|
||||
};
|
||||
|
||||
export interface MerchantInfo {
|
||||
shopName?: string;
|
||||
companyName?: string;
|
||||
gid?: string;
|
||||
aid?: string;
|
||||
}
|
||||
|
||||
@@ -231,7 +231,7 @@ export const ListItem = ({
|
||||
</div>
|
||||
<div className="transaction-amount">
|
||||
<NumericFormat
|
||||
value={ goodsAmount || amount }
|
||||
value={ goodsAmount || amount || transactionAmount }
|
||||
thousandSeparator
|
||||
displayType="text"
|
||||
suffix={ '원' }
|
||||
|
||||
@@ -29,7 +29,7 @@ export const MerchantInfoSection = ({
|
||||
<ul className="kv-list">
|
||||
<li className="kv-row">
|
||||
<span className="k">· 상호</span>
|
||||
<span className="v">{ merchantInfo?.shopName }</span>
|
||||
<span className="v">{ merchantInfo?.companyName }</span>
|
||||
</li>
|
||||
<li className="kv-row">
|
||||
<span className="k">· GID</span>
|
||||
|
||||
Reference in New Issue
Block a user