de_card_pg 필드 제거

This commit is contained in:
chicpro
2013-10-08 16:11:10 +09:00
parent f7329f3d7b
commit 4b4c8dff17
12 changed files with 18 additions and 29 deletions

View File

@ -19,9 +19,8 @@ $g5['title'] = $pp['pp_name'].'님 개인결제';
include_once('./_head.php');
$action_url = G5_HTTPS_SHOP_URL.'/personalpayformupdate.php';
if (file_exists('./settle_'.$default['de_card_pg'].'.inc.php')) {
include './settle_'.$default['de_card_pg'].'.inc.php';
}
require './settle_kcp.inc.php';
// 개인결제 체크를 위한 hash
$hash_data = md5($pp['pp_id'].$pp['pp_price'].$pp['pp_time']);