NHN_KCP 에스크로 마크 상점코드가 SIR로 나왔던 오류 수정

This commit is contained in:
thisgun
2024-01-24 10:53:16 +09:00
parent 5f910f192e
commit 73a5f4cc47

View File

@ -42,7 +42,7 @@ function escrow_foot_check()
var newForm = jQuery("<form>", {
"id": "nhnkcp_escrow_form_popup",
"action": "http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp?site_cd=SR001",
"action": "http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp?site_cd="+jQuery("#sod_frm_escrow .nhnkcp_escrow_popup").attr("data-sitecd"),
"target": "escrow_foot_pop",
"method": "post"
}).append(jQuery("<input>", {