개인결제 오류 수정

This commit is contained in:
chicpro
2015-10-01 10:12:49 +09:00
parent 055a5eac68
commit 9fa88e9190

View File

@ -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' ";