tsit14 5 лет назад
Родитель
Сommit
58e4881014

+ 0 - 7
src/main/java/com/style24/front/biz/web/TsfOrderController.java

@@ -29,7 +29,6 @@ import com.style24.front.biz.service.TsfCartService;
 import com.style24.front.biz.service.TsfOrderService;
 import com.style24.front.biz.thirdparty.NiceCertify;
 import com.style24.front.support.controller.TsfBaseController;
-import com.style24.front.support.env.TsfConstants;
 import com.style24.front.support.security.session.TsfSession;
 import com.style24.persistence.domain.Customer;
 import com.style24.persistence.domain.Order;
@@ -68,12 +67,6 @@ public class TsfOrderController extends TsfBaseController {
 	
 	@Autowired
 	private NiceCertify niceCertify;
-
-	@Autowired
-	private TscKakaoPayService coreKakaoPayService;
-
-	@Autowired
-	private TscNaverPayService coreNaverPayService;
 	
 	@Autowired
 	private TscKakaotalkService kakaotalkService;

+ 1 - 1
src/main/java/com/style24/front/biz/web/TsfPgController.java

@@ -61,7 +61,7 @@ public class TsfPgController extends TsfBaseController {
 				return null;
 			}
 
-			// TODO 2021.03.15 jsh77b 무통장입금 결제완료 처리
+			// 2021.03.15 jsh77b 무통장입금 결제완료 처리
 			Order order = new Order();
 			order.setOrdNo(Integer.parseInt(request.getParameter("order_no")));
 			order.setPgTid(request.getParameter("tno"));

+ 1 - 1
src/main/webapp/WEB-INF/views/mob/order/OrderCompleteMob.html

@@ -539,7 +539,7 @@ window._eglqueue = window._eglqueue || [];
 _eglqueue.push(['setVar'	, 'cuid'		, eglqueueCuid]);
 _eglqueue.push(['setVar'	, 'orderId'		, [[${orderInfo.ordNo}]]]);
 _eglqueue.push(['setVar'	, 'orderPrice'	, [[${realOrdSumAmt}]]]);
-_eglqueue.push(['setVar'	, 'userId'		, [[${orderInfo.custId}]]]); // optional
+_eglqueue.push(['setVar'	, 'userId'		, hCustId]); // optional
 _eglqueue.push(['track'		, 'order']);
 
 (function (s, x) {

+ 1 - 1
src/main/webapp/WEB-INF/views/web/order/OrderCompleteWeb.html

@@ -440,7 +440,7 @@ window._eglqueue = window._eglqueue || [];
 _eglqueue.push(['setVar'	, 'cuid'		, eglqueueCuid]);
 _eglqueue.push(['setVar'	, 'orderId'		, [[${orderInfo.ordNo}]]]);
 _eglqueue.push(['setVar'	, 'orderPrice'	, [[${realOrdSumAmt}]]]);
-_eglqueue.push(['setVar'	, 'userId'		, [[${orderInfo.custId}]]]); // optional
+_eglqueue.push(['setVar'	, 'userId'		, hCustId]); // optional
 _eglqueue.push(['track'		, 'order']);
 
 (function (s, x) {