-부가서비스 MID 기준 SelectBox 처리 (추후 수정 가능)
- SMS 재발송 API 수정
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user