|
@@ -61,7 +61,7 @@ public class PchReqInfoResponse {
|
61
|
61
|
|
62
|
62
|
@ApiModelProperty(value = "PG사 코드") private String pgId;
|
63
|
63
|
@ApiModelProperty(value = "PG사 명") private String pgNm;
|
64
|
|
- @ApiModelProperty(value = "PG 브랜드그룹 아이디") private String pgAfflId;
|
|
64
|
+ @ApiModelProperty(value = "PG 브랜드그룹 아이디") private String mallId;
|
65
|
65
|
|
66
|
66
|
|
67
|
67
|
@ApiModelProperty(value = "구매요청 품목 정보")
|
|
@@ -106,7 +106,7 @@ public class PchReqInfoResponse {
|
106
|
106
|
.loanMgntUnqNo(loanEntity == null ? "" : loanEntity.getLoanMgntUnqNo() == null ? "" : loanEntity.getLoanMgntUnqNo())
|
107
|
107
|
.pgId(pgInfo == null ? "" : pgInfo.getPgId() == null ? "" : pgInfo.getPgId())
|
108
|
108
|
.pgNm(pgInfo == null ? "" : pgInfo.getPgNm() == null ? "" : pgInfo.getPgNm())
|
109
|
|
- .pgAfflId(pgInfo == null ? "" : pgInfo.getPgAfflId() == null ? "" : pgInfo.getPgAfflId())
|
|
109
|
+ .mallId(pgInfo == null ? "" : pgInfo.getMallId() == null ? "" : pgInfo.getMallId())
|
110
|
110
|
.pchApprAmt(entity.getPchApprAmt())
|
111
|
111
|
.pchApprYn(entity.getPchApprYn())
|
112
|
112
|
.pchApprNm(entity.getPchApprYn() == "Y" ? "선결재" : "미납")
|