- 부가서비스 SMS결제통보 재발송 Error 처리 수정
This commit is contained in:
@@ -60,7 +60,7 @@ export const ArsRequestPage = () => {
|
||||
};
|
||||
arsApply(arsApplyParams)
|
||||
.then((rs: ExtensionArsApplyResponse) => {
|
||||
if (rs.status === true) {
|
||||
if (rs.status) {
|
||||
setSuccessPageOn(true);
|
||||
} else {
|
||||
const errorMessage = rs.error?.message || '신청을 실패하였습니다.';
|
||||
|
||||
Reference in New Issue
Block a user