KCP 모바일 가상계좌 입금마감일 필요없는 구문 수정

This commit is contained in:
thisgun
2017-12-20 12:04:22 +09:00
parent f8a5969c55
commit 1149867a81
4 changed files with 6 additions and 7 deletions

View File

@ -3,8 +3,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
require_once(G5_MSHOP_PATH.'/settle_'.$default['de_pg_service'].'.inc.php');
// 결제등록 요청시 사용할 입금마감일
$ipgm_date = date("Ymd", (G5_SERVER_TIME + 86400 * 5));
$tablet_size = "1.0"; // 화면 사이즈 조정 - 기기화면에 맞게 수정(갤럭시탭,아이패드 - 1.85, 스마트폰 - 1.0)
?>