주문서 비밀번호 관련 코드 수정

This commit is contained in:
chicpro
2015-05-13 16:48:11 +09:00
parent 82cf43b4ea
commit 32f3bd1eaf
4 changed files with 4 additions and 4 deletions

View File

@ -388,7 +388,7 @@ if($tno) {
if ($is_member)
$od_pwd = $member['mb_password'];
else
$od_pwd = sql_password($_POST['od_pwd']);
$od_pwd = get_encrypt_string($_POST['od_pwd']);
// 주문번호를 얻는다.
$od_id = get_session('ss_order_id');