|
@@ -352,13 +352,13 @@ function f_mobile_cert() {
|
352
|
script.type = 'text/javascript';
|
352
|
script.type = 'text/javascript';
|
353
|
script.src = KICC_JAVASCRIPT_URL;
|
353
|
script.src = KICC_JAVASCRIPT_URL;
|
354
|
head.appendChild(script);
|
354
|
head.appendChild(script);
|
355
|
- frm_pay.sp_return_url.value = MOBILE_RETURN_URL;
|
|
|
356
|
- console.log("xxxxxx KICC_JAVASCRIPT_URL xxxxxx", KICC_JAVASCRIPT_URL, MOBILE_RETURN_URL)
|
|
|
|
|
355
|
+ frm_pay.sp_return_url.value = WEB_RETURN_URL;
|
|
|
356
|
+ console.log("xxxxxx KICC_JAVASCRIPT_URL xxxxxx", KICC_JAVASCRIPT_URL, WEB_RETURN_URL)
|
357
|
// const js = '<script src="' + KICC_JAVASCRIPT_URL + '"></script>';
|
357
|
// const js = '<script src="' + KICC_JAVASCRIPT_URL + '"></script>';
|
358
|
// $('#ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').empty();
|
358
|
// $('#ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').empty();
|
359
|
// $('#ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').append(js);
|
359
|
// $('#ITP_BIZPOP_PO_PAYMENT #ITP_POPUP_KICC_JS').append(js);
|
360
|
$.getScript(KICC_JAVASCRIPT_URL, function() {
|
360
|
$.getScript(KICC_JAVASCRIPT_URL, function() {
|
361
|
- easypay_card_webpay(frm_pay,"/oqpo-view/mobile/app/easypay/oqpo/mobile_order_req.jsp","_self","0","0","submit",30);
|
|
|
|
|
361
|
+ easypay_card_webpay(frm_pay,"/oqpo-view/mobile/app/easypay/oqpo/mobile_order_req.jsp","_self","0","0","iframe",30);
|
362
|
});
|
362
|
});
|
363
|
}
|
363
|
}
|
364
|
|
364
|
|