|
|
@@ -98,11 +98,8 @@ public class TscKcpService {
|
|
|
result.setResMsg(c_PayPlus.m_res_msg); // 결과 메시지
|
|
|
|
|
|
// 06. 승인 결과 값 추출
|
|
|
- log.info("CHECK KCP RESULT222 :::: 0");
|
|
|
if ("pay".equals(result.getReqTx())) {
|
|
|
- log.info("CHECK KCP RESULT222 :::: 1");
|
|
|
if ("0000".equals(result.getResCd())) {
|
|
|
- log.info("CHECK KCP RESULT222 :::: 2");
|
|
|
result.setPgTid(c_PayPlus.mf_get_res("tno")); // KCP 거래 고유 번호
|
|
|
//result.setPntIssue(c_PayPlus.mf_get_res("pnt_issue")); // 결제 포인트사 코드
|
|
|
result.setPayAmt(Integer.parseInt(c_PayPlus.mf_get_res("amount"))); // KCP 실제 거래 금액
|