|
|
@@ -2580,7 +2580,7 @@ public class TscOrderService {
|
|
|
if (param.getOrdQty() - param.getCnclRtnQty() - param.getCancelQty() > 0) {
|
|
|
GagaMap map = new GagaMap();
|
|
|
Order tmp = naverPayDao.getOrderDetailInfoFromOrdDtlNo(param);
|
|
|
- String result = "SUCESS";
|
|
|
+ String result = "SUCCESS";
|
|
|
if(TscConstants.PgGb.NAVER_ORDER.value().equals(tmp.getPgGb())) {
|
|
|
if ("E".equals(tmp.getOrdExchGb())) {
|
|
|
// 네이버페이 교환 배송중 데이터 송부
|