주문폼과 개인결제폼의 공통되는 필드 통합사용하도록 수정

This commit is contained in:
chicpro
2014-04-09 11:13:55 +09:00
parent 1911bb9c3d
commit dbd8bcfe51
54 changed files with 201 additions and 15997 deletions

View File

@ -130,7 +130,7 @@ include "./ordersms.inc.php";
// 에스크로 배송처리
if($_POST['od_pg'] == 'kcp' && $_POST['od_tno'] && $_POST['od_escrow'] == 1)
if($_POST['od_tno'] && $_POST['od_escrow'] == 1)
{
$escrow_tno = array();
$escrow_corp = array();