소스 검색

모바일 결재 테스트

isna 2 년 전
부모
커밋
486d3e4a4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/mobile/js/app/popup/biz/ITP_BIZPOP_PO_PAYMENT.js

+ 1 - 1
src/main/webapp/mobile/js/app/popup/biz/ITP_BIZPOP_PO_PAYMENT.js

@@ -346,10 +346,10 @@ function f_mobile_cert() {
346 346
 		}
347 347
 		/*
348 348
 		easypay_card_webpay(frm_pay,"/oqpo-view/mobile/app/easypay/oqpo/mobile_order_req.jsp","_self","0","0","submit",30);
349
+		*/
349 350
 		setTimeout(function() {
350 351
 		 	$('#ITP_BIZPOP_PO_PAYMENT').modal('hide'); // 팝업닫기
351 352
 		}, 200); 
352
-		*/
353 353
 	}
354 354
 
355 355