Merge branch 'master' of github.com:gnuboard/yc5
This commit is contained in:
@ -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' ";
|
||||
|
||||
Reference in New Issue
Block a user