|
@@ -122,11 +122,11 @@ var popPageObj = {
|
122
|
122
|
MALL_ID = result.mallId;
|
123
|
123
|
WEB_RETURN_URL = window.location.href.replace('main.html', 'easypay/oqpo/oqpo_order_res.jsp');
|
124
|
124
|
MOBILE_RETURN_URL = window.location.href.replace('main.html', 'easypay/oqpo/mobile_order_res_submit.jsp');
|
125
|
|
- /*
|
|
125
|
+
|
126
|
126
|
const js = '<script src="'+KICC_JAVASCRIPT_URL+'"></script>';
|
127
|
127
|
$('#ITP_ASIDE #ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').empty();
|
128
|
128
|
$('#ITP_ASIDE #ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').append(js);
|
129
|
|
- */
|
|
129
|
+
|
130
|
130
|
// console.log('KICC_JAVASCRIPT_URL : ' + KICC_JAVASCRIPT_URL);
|
131
|
131
|
// console.log('KICC_ACTION_WEB_URL : ' + KICC_ACTION_WEB_URL);
|
132
|
132
|
// console.log('MALL_ID : ' + MALL_ID);
|
|
@@ -337,9 +337,6 @@ function f_mobile_cert() {
|
337
|
337
|
easypay_webpay(frm_pay,"/oqpo-view/easypay/oqpo/oqpo_popup_req.jsp","hiddenifr","","","popup",30);
|
338
|
338
|
}
|
339
|
339
|
*/
|
340
|
|
- const js = '<script src="'+KICC_JAVASCRIPT_URL+'"></script>';
|
341
|
|
- $('#ITP_ASIDE #ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').empty();
|
342
|
|
- $('#ITP_ASIDE #ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').append(js);
|
343
|
340
|
easypay_card_webpay(frm_pay,"/oqpo-view/mobile/app/easypay/oqpo/mobile_order_req.jsp","_self","0","0","iframe",30);
|
344
|
341
|
if( frm_pay.EP_charset.value == "UTF-8" ) {
|
345
|
342
|
// encoding 된 값은 모두 decoding 필수.
|