Li

Delete

Are you sure you want to delete this?

EasyPayModel


Date
20211111
Target
C_067
Title
kginicis Mobile 결제 취소 시 가는 창이 잘못됐다. 마치 결제가 된 것으로 착각하고 완료페이지로 간다.
Contents
www.tanz.co.kr mx_rnext.asp, mx_rnoti.asp 마지막줄 코드에 의함 https://www.tanz.co.kr/KGinicisMobile/kgMobileCompleted.aspx?P_AMT=&P_UNAME= ' ///////////////////////////////////////////////////////////////////////////// ' ///// 이병일 추가 20170917 //// ' ///// mx_rnext.asp페이지가 모바일 결제 후에 보이므로 //// ' ///// 아래 reponse.redirect("http://www.tanz.co.kr/모바일결제감사임시페이지")로 보내는 것으로 한다. ' ///////////////////////////////////////////////////////////////////////////// response.Redirect("https://www.tanz.co.kr/KGinicisMobile/kgMobileCompleted.aspx?P_AMT="+P_AMT+"&P_UNAME="+P_UNAME+"") cn.tanz.co.kr mx_rnext.asp, mx_rnoti.asp 마지막 줄 코드에 의함 ' ///////////////////////////////////////////////////////////////////////////// ' ///// 이병일 추가 2021 11 10 //// ' ///// P_OID는 shippingdetailsid값이다. KG쪽에서는 P_NOTI를 알려줬으나 ' ///////////////////////////////////////////////////////////////////////////// response.Redirect("https://cn.tanz.co.kr/PGselect/Complete/"&P_OID) https://cn.tanz.co.kr/PGselect/Complete/ 위를 단서로 할 때 1. mx_startweb.asp -> mx_rnext.asp 2. mx_startweb.asp -> mx_rnoti.asp 인지 추정이 가능 답은 1로 가는 것으로 확인됐다. 그러면 결제 취소시 mx_rnext.asp가 이를 인지하고 결제가 취소됐다는 식의 안내를 할 수 있는 페이지로 이동하도록 유도가 필요하다.