카드결제 시스템로그 추가
This commit is contained in:
parent
3075da3ab9
commit
7915f670cd
@ -152,6 +152,8 @@ public class MjonPayServiceImpl extends EgovAbstractServiceImpl implements MjonP
|
||||
String p_payment_comp //nice - nicepay, sb - 세틀뱅크(가상계좌), kgm - kg 모바일 (핸드폰 결제)
|
||||
) throws Exception {
|
||||
|
||||
System.out.println("START 카드결제");
|
||||
|
||||
//PG인증이 완료되야 테이블 insert
|
||||
//업체에 따라서 인증 방식이 다르다.
|
||||
if ("nice".equals(p_payment_comp)) {//신용카드, 즉시이제 결제 처리
|
||||
@ -418,7 +420,8 @@ public class MjonPayServiceImpl extends EgovAbstractServiceImpl implements MjonP
|
||||
mberGrdService.mberGrdSaveByUser(mberGrdVO);
|
||||
// End
|
||||
|
||||
|
||||
System.out.println("END 카드결제");
|
||||
|
||||
mjonPayVO.setPaySuccess(true);
|
||||
return mjonPayVO;
|
||||
|
||||
|
||||
@ -382,7 +382,7 @@ public class MberGrdServiceImpl extends EgovAbstractServiceImpl implements MberG
|
||||
}
|
||||
}
|
||||
}
|
||||
System.out.println("START 회원별 등급 적용");
|
||||
System.out.println("END 회원별 등급 적용");
|
||||
}
|
||||
catch (Exception e) {
|
||||
// Slack 메시지 발송(단순본문)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user