kcp 본인확인 Red_URL 값을 path에서 url로 수정

This commit is contained in:
chicpro
2013-04-23 09:13:12 +09:00
parent 800b933e27
commit 55af90ee4d

View File

@ -25,7 +25,7 @@ if(!$ordr_idxx = get_session('ss_uniqid'))
<!-- 사이트코드 -->
<input type="hidden" name="site_cd" value="<?= $site_cd ?>" />
<!-- Ret_URL : 인증결과 리턴 페이지 ( 가맹점 URL 로 설정해 주셔야 합니다. ) -->
<input type="hidden" name="Ret_URL" value="<?=G4_KCP_PATH?>/kcpcert_result.php" />
<input type="hidden" name="Ret_URL" value="<?=G4_KCP_URL?>/kcpcert_result.php" />
<!-- cert_otp_use 필수 ( 메뉴얼 참고)
Y : 실명 확인 + OTP 점유 확인 , N : 실명 확인 only
-->