isna il y a 2 ans
Parent
commit
f9c1ae7c37

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

@@ -357,9 +357,8 @@ function f_mobile_cert() {
357 357
 		// const js = '<script src="' + KICC_JAVASCRIPT_URL + '"></script>';
358 358
 		// $('#ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').empty();
359 359
 		// $('#ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').append(js);
360
-		$.getScript(KICC_JAVASCRIPT_URL, function() {
361
-			alert("xxxx ")
362
-			easypay_card_webpay(frm_pay,"/oqpo-view/mobile/app/easypay/oqpo/mobile_order_req.jsp","_self","0","0","popup",30);
360
+		$.getScript(KICC_JAVASCRIPT_URL, function() { 
361
+			easypay_card_webpay(frm_pay,"/oqpo-view/mobile/app/easypay/oqpo/mobile_order_req.jsp","KICC_PAYMENT","0","0","popup",30);
363 362
 		});
364 363
 	}
365 364