스마트폰 결제 모듈 연동 오류 수정

This commit is contained in:
chicpro
2013-05-09 20:16:30 +09:00
parent 2de26106a1
commit bdfcf9e65f
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
include_once('./_common.php');
include G4_MSHOP_PATH.'/kcp/settle_kcp.inc.php';
include G4_MSHOP_PATH.'/settle_kcp.inc.php';
require G4_MSHOP_PATH.'/kcp/KCPComLibrary.php'; // library [수정불가]
?>