|
@@ -3506,6 +3506,7 @@ public class TscOrderChangeService {
|
|
|
pg.setPgTid(pgTid);
|
|
pg.setPgTid(pgTid);
|
|
|
pg.setPayMeans(payMeans);
|
|
pg.setPayMeans(payMeans);
|
|
|
pg.setPartCancelAmt(spanRefundAmt);
|
|
pg.setPartCancelAmt(spanRefundAmt);
|
|
|
|
|
+ pg.setOrdChgSq(ordChgSq);
|
|
|
// pg.setLeftAmt(orderChangeDao.getLeftAmt(ordNo));
|
|
// pg.setLeftAmt(orderChangeDao.getLeftAmt(ordNo));
|
|
|
pg.setLeftAmt(payAmt);
|
|
pg.setLeftAmt(payAmt);
|
|
|
pg.setRegNo(userNo);
|
|
pg.setRegNo(userNo);
|
|
@@ -3896,6 +3897,7 @@ public class TscOrderChangeService {
|
|
|
pg.setRegNo(regNo);
|
|
pg.setRegNo(regNo);
|
|
|
pg.setUpdNo(updNo);
|
|
pg.setUpdNo(updNo);
|
|
|
pg.setPayStat(TscConstants.PaymentStat.PAYMENT_CANCEL.value());
|
|
pg.setPayStat(TscConstants.PaymentStat.PAYMENT_CANCEL.value());
|
|
|
|
|
+ pg.setOrdChgSq(ordChgSq);
|
|
|
|
|
|
|
|
// 상품권으로만 결제 시 PG점프
|
|
// 상품권으로만 결제 시 PG점프
|
|
|
if("G011_10".equals(mallGb)) { // 자사몰일경우
|
|
if("G011_10".equals(mallGb)) { // 자사몰일경우
|