diff --git a/FO/Views/My/PayInfo.cshtml b/FO/Views/My/PayInfo.cshtml index 132920e..bf559d7 100644 --- a/FO/Views/My/PayInfo.cshtml +++ b/FO/Views/My/PayInfo.cshtml @@ -625,8 +625,8 @@ capfileform('/fcommon/payrfdsave', 'mform2', 'cbgogo2'); } function cbgogo2() { - if (capResult.code == 1000) { - msg("환불요청이 성공적으로 접수되었습니다.
내부 담당자가 검토 후 연락드릴 예정입니다.", null, null, null, "mpgPopClose();refresh();"); + if (capResult.code == 1000) { + msg("환불 1차접수가 완료되었습니다.
신청서출력후 서명/스캔하여 통장사본과 같이 업로드 해주셔야 최종 환불접수가 완료됩니다.
감사합니다.", null, null, null, "mpgPopClose();refresh();"); } else { msg("환불신청이 불가한 결제상품입니다. 운영자에게 문의해주세요."); }