diff --git a/shop/personalpayformupdate.php b/shop/personalpayformupdate.php index 59c66dad4..556782289 100644 --- a/shop/personalpayformupdate.php +++ b/shop/personalpayformupdate.php @@ -5,9 +5,6 @@ include_once(G5_LIB_PATH.'/mailer.lib.php'); if($default['de_pg_service'] == 'lg' && !$_POST['LGD_PAYKEY']) alert('결제등록 요청 후 결제해 주십시오.'); -if($default['de_pg_service'] == 'inicis' && !$_POST['P_HASH']) - alert('결제등록 요청 후 결제해 주십시오.'); - // 개인결제 정보 $pp_check = false; $sql = " select * from {$g5['g5_shop_personalpay_table']} where pp_id = '{$_POST['pp_id']}' and pp_use = '1' ";