간편결제 추가관련 수정
This commit is contained in:
parent
bcb62d26ca
commit
9eb2654403
@ -326,8 +326,8 @@ function fnSmishingUpdate(flag, id) {
|
||||
<col style="width: 7%">
|
||||
<col style="width: 5%">
|
||||
<col style="width: 11%">
|
||||
<col style="width: 8%">
|
||||
<col style="width: 10%">
|
||||
<col style="width: 9%">
|
||||
<col style="width: 7%">
|
||||
<col style="width: *%">
|
||||
<col style="width: 7%">
|
||||
@ -350,7 +350,7 @@ function fnSmishingUpdate(flag, id) {
|
||||
<th>수단<input type="button" class="sort sortBtn" id="sort_payMethodTxt"></th>
|
||||
<th>결제폰번호<input type="button" class="sort sortBtn" id="sort_phone"></th>
|
||||
<th>결제상태<input type="button" class="sort sortBtn" id="sort_pgStatusTxt"></th>
|
||||
<th>결제메세지<input type="button" class="sort sortBtn" id="sort_resultMsg"></th>
|
||||
<th>결제메세지</th>
|
||||
<th>영수증<input type="button" class="sort sortBtn" id="sort_rcptTypeTxt"></th>
|
||||
<th title="스미싱의심">스미싱</th>
|
||||
<th>결제시간<input type="button" class="sort sortBtn" id="sort_regDate"></th>
|
||||
@ -432,8 +432,22 @@ function fnSmishingUpdate(flag, id) {
|
||||
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<%-- <c:if test="${not empty result.cardName}">(<c:out value="${result.cardName}"/>)</c:if> --%>
|
||||
</c:when>
|
||||
<c:when test="${result.payMethodTxt eq '간편결제'}">
|
||||
간편
|
||||
<c:choose>
|
||||
<c:when test="${not empty result.cardName}">
|
||||
(<c:out value="${result.cardName}"/>)
|
||||
</c:when>
|
||||
<c:when test="${result.resultCode == '9991' || result.resultCode == '9993' || result.resultCode == 'I002'}">
|
||||
<%-- 9991, 9993, I002 결과코드는 사용자가 결제 중간에 취소하여 오류가 발생한 케이스임. --%>
|
||||
(결제취소)
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:out value="${result.payMethodTxt}"/>
|
||||
</c:otherwise>
|
||||
|
||||
@ -193,7 +193,7 @@ function pgOpenerPopup(){
|
||||
document.pgForm.action = "/web/member/pay/PayActionAjax.do";
|
||||
|
||||
if ($currentTab == 0) {
|
||||
payMethod = "CARD";
|
||||
payMethod = "SPAY";
|
||||
} else if ($currentTab==1) {
|
||||
payMethod = "CARD";
|
||||
} else if($currentTab==2){
|
||||
@ -226,7 +226,7 @@ function pgOpenerPopup(){
|
||||
|
||||
// 결제창 호출
|
||||
if ($currentTab==0) {
|
||||
// KG 모빌리언스 => CARD(간편결제)
|
||||
// KG 모빌리언스 => SPAY(간편결제)
|
||||
kgmPayCardRequest();
|
||||
}
|
||||
else if ($currentTab==1) {
|
||||
|
||||
@ -119,7 +119,7 @@ function pgOpenerPopup(){
|
||||
document.pgForm.action = "/web/member/pay/PayActionAjax.do";
|
||||
|
||||
if ($currentTab == 0) {
|
||||
payMethod = "CARD";
|
||||
payMethod = "SPAY";
|
||||
} else if ($currentTab == 1) {
|
||||
payMethod = "CARD";
|
||||
} else if ($currentTab == 2) {
|
||||
@ -154,7 +154,7 @@ function pgOpenerPopup(){
|
||||
|
||||
// 결제창 호출
|
||||
if ($currentTab == 0) {
|
||||
// KG 모빌리언스 => CARD(간편결제)
|
||||
// KG 모빌리언스 => SPAY(간편결제)
|
||||
kgmPayCardRequest();
|
||||
} else if ($currentTab == 1) {
|
||||
// 나이스페이 => CARD(카드결제)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user