-부가서비스 MID 기준 SelectBox 처리 (추후 수정 가능)

- SMS 재발송 API 수정
This commit is contained in:
HyeonJongKim
2025-10-30 14:46:55 +09:00
parent 9d0b446ae8
commit 1ca06f8e8b
9 changed files with 106 additions and 31 deletions

View File

@@ -608,7 +608,7 @@ export const ListItem = ({
>{getAlimtalkSendClTypeText(sendCl)}</div>
);
}
else if (additionalServiceCategory === AdditionalServiceCategory.SMSPayment && onResendClick && resendEnabled) {
else if (additionalServiceCategory === AdditionalServiceCategory.SMSPayment && onResendClick) {
rs.push(
<div
key="sms-payment-amount"