2024/12/10 나이스페이 결제창 사이즈 수정

This commit is contained in:
kmg 2024-12-10 17:53:29 +09:00
parent c45636efe0
commit 61614318b8

View File

@ -282,7 +282,7 @@ function pgOpenerPopup(){
// 결제창 호출
if ($currentTab == 0) {
// 나이스페이 => CARD(카드결제)
pg_opener = window.open('', 'pg_opener', "width=790, height=505, left="+popupX+", top="+popupY, "location = no","status= no","toolbars= no");
pg_opener = window.open('', 'pg_opener', "width=545, height=830, left="+popupX+", top="+popupY, "location = no","status= no","toolbars= no");
document.pgForm.method = "post";
document.pgForm.target = "pg_opener" ;