-SMS결제통보 : 권한체크 누락 추가
This commit is contained in:
@@ -194,6 +194,10 @@ export const SmsPaymentPage = () => {
|
||||
};
|
||||
|
||||
const onClickToShowDetail = (selectedSeq: number) => {
|
||||
if (!checkGrant(57, 'W')) {
|
||||
showAlert(t('common.nopermission'));
|
||||
return;
|
||||
}
|
||||
setSeq(selectedSeq);
|
||||
callDetail(selectedSeq);
|
||||
setBottomSmsPaymentDetailResendOn(true);
|
||||
|
||||
Reference in New Issue
Block a user