[SHOPTIME-3439] SBM / 1234567899 와 같은 번호 입력 후 전송 시도 시 오류

This commit is contained in:
hyunwoo93.cha
2024-11-13 14:58:42 +09:00
parent 5a2346a7f3
commit cb2369b71b

View File

@@ -501,11 +501,11 @@ export default function MobileSendPopUp({
case 906:
return SMS_ERROR_906;
case 907:
return SMS_ERROR_907;
return smsRetCodeResData === 907 ? SMS_ERROR_900 : SMS_ERROR_907;
default:
return SMS_ERROR_900;
}
}, [smsRetCode]);
}, [smsRetCode, mobileNumber, smsRetCodeResData]);
const getEvntErrorMsg = useMemo(() => {
if (curationCouponSuccess === 600) {