소스 검색

결제 테스트3

marseyes 2 년 전
부모
커밋
342ba4a1fc
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      src/main/webapp/easypay/oqpo/oqpo_order_res.jsp

+ 2 - 5
src/main/webapp/easypay/oqpo/oqpo_order_res.jsp

@@ -13,12 +13,9 @@ response.setHeader("pragma","no-cache");
13 13
 request.setCharacterEncoding("utf-8");
14 14
 
15 15
 System.out.println("[OQPO_ORDER_RES] CALLED.");
16
+System.out.println("[OQPO_ORDER_RES] EP_res_cd : " + request.getParameter("EP_res_cd"));
17
+System.out.println("[OQPO_ORDER_RES] EP_tr_cd : " + request.getParameter("EP_tr_cd"));
16 18
 
17
-Enumeration<String> params = request.getAttributeNames();
18
-while (params.hasMoreElements()) {
19
-	String key = params.nextElement();
20
-	System.out.println("[OQPO_ORDER_RES] KEY : " + key + ", VALUE : " + request.getParameter(key));
21
-}
22 19
 %>
23 20
 <c:set var="contextPath" value="${pageContext.request.contextPath}" /> 
24 21
 <html lang="ko" xmlns="http://www.w3.org/1999/xhtml">