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

@ -30,9 +30,8 @@ $od_id = get_uniqid();
set_session('ss_order_id', $od_id);
$s_cart_id = $tmp_cart_id;
$order_action_url = G5_HTTPS_SHOP_URL.'/orderformupdate.php';
if (file_exists('./settle_'.$default['de_card_pg'].'.inc.php')) {
include './settle_'.$default['de_card_pg'].'.inc.php';
}
require './settle_kcp.inc.php';
?>
<?php
@ -1058,7 +1057,7 @@ function get_intall_file()
<!-- } 에스크로 안내 끝 -->
<?php } ?>
<!-- <?php if ($default[de_card_use] || $default[de_iche_use]) { echo "결제대행사 : $default[de_card_pg]"; } ?> -->
<!-- <?php if ($default['de_card_use'] || $default['de_iche_use']) { echo "결제대행사 : KCP"; } ?> -->
</div>