|
@@ -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
|
|