부가서비스

- SMS 결제통보 엑셀 다운로드 API 추가, 재발송 버튼 클릭시 Bottom Sheet 출현
This commit is contained in:
HyeonJongKim
2025-09-24 17:32:25 +09:00
parent 69bafcd2c5
commit 65a519f957
9 changed files with 193 additions and 20 deletions

View File

@@ -7,7 +7,8 @@ export const ListDateGroup = ({
additionalServiceCategory,
date,
items,
mid
mid,
onResendClick
}: ListDateGroupProps) => {
moment.locale('ko');
const getStateDate = () => {
@@ -65,6 +66,7 @@ export const ListDateGroup = ({
receiverName={ items[i]?.receiverName }
smsCl= { items[i]?.smsCl }
onResendClick={ onResendClick }
></ListItem>
)
}