This commit is contained in:
focp212@naver.com
2025-11-10 17:17:08 +09:00
parent 225dd81235
commit f547ec2c39
4 changed files with 37 additions and 18 deletions

View File

@@ -208,6 +208,11 @@ export const AmountInfoSection = ({
tid: tid
};
cashReceiptReceiptDownload(params).then((rs: CashReceiptReceiptDownloadResponse) => {
/*
if(rs?.merchantInfo){
rs.merchantInfo.merchantName = '나이스페이먼츠';
}
*/
setReceiptIssueInfo(rs?.issueInfo);
setReceiptMerchantInfo(rs?.merchantInfo);
setReceiptTransactionInfo(rs?.transactionInfo);