스마트폰 결제 모듈 연동 오류 수정
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once('./_common.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 [수정불가]
|
require G4_MSHOP_PATH.'/kcp/KCPComLibrary.php'; // library [수정불가]
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -89,7 +89,7 @@ $tablet_size = "1.0"; // 화면 사이즈 조정 - 기기화면에 맞게 수정
|
|||||||
<input type="hidden" name="param_opt_3" value="<?=$param_opt_3?>"/>
|
<input type="hidden" name="param_opt_3" value="<?=$param_opt_3?>"/>
|
||||||
<!-- 기타 파라메터 추가 부분 - End - -->
|
<!-- 기타 파라메터 추가 부분 - End - -->
|
||||||
<!-- 화면 크기조정 부분 - Start - -->
|
<!-- 화면 크기조정 부분 - Start - -->
|
||||||
<input type="text" name="tablet_size" value="<?=$tablet_size?>"/>
|
<input type="hidden" name="tablet_size" value="<?=$tablet_size?>"/>
|
||||||
<!-- 화면 크기조정 부분 - End - -->
|
<!-- 화면 크기조정 부분 - End - -->
|
||||||
<!--
|
<!--
|
||||||
사용 카드 설정
|
사용 카드 설정
|
||||||
|
|||||||
@ -26,4 +26,7 @@ else {
|
|||||||
$g_wsdl = "real_KCPPaymentService.wsdl";
|
$g_wsdl = "real_KCPPaymentService.wsdl";
|
||||||
$g_conf_gw_url = "paygw.kcp.co.kr";
|
$g_conf_gw_url = "paygw.kcp.co.kr";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$g_conf_site_cd = $default['de_kcp_mid'];
|
||||||
|
$g_conf_site_key = $default['de_kcp_site_key'];
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user