LGU_PLUS 결제 테스트 URL 주소 변경
This commit is contained in:
@ -136,7 +136,12 @@ $g5['body_script'] = ' onload="launchCrossPlatform();"';
|
|||||||
include_once(G5_PATH.'/head.sub.php');
|
include_once(G5_PATH.'/head.sub.php');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<?php if ($default['de_card_test']) { // 테스트 결제시 ?>
|
||||||
|
<script language="javascript" src="https://pretest.uplus.co.kr:9443/xpay/js/xpay_crossplatform.js" type="text/javascript"></script>
|
||||||
|
<?php } else { //실 결제시 ?>
|
||||||
<script language="javascript" src="//xpay.uplus.co.kr/xpay/js/xpay_crossplatform.js" type="text/javascript"></script>
|
<script language="javascript" src="//xpay.uplus.co.kr/xpay/js/xpay_crossplatform.js" type="text/javascript"></script>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
url = https://xpayclient.lgdacom.net/xpay/Gateway.do
|
url = https://xpayclient.lgdacom.net/xpay/Gateway.do
|
||||||
test_url = https://xpayclient.lgdacom.net:7443/xpay/Gateway.do
|
test_url = https://pretestclient.uplus.co.kr:9443/xpay/Gateway.do
|
||||||
aux_url = http://xpayclient.lgdacom.net:7080/xpay/Gateway.do
|
aux_url = http://xpayclient.lgdacom.net:7080/xpay/Gateway.do
|
||||||
|
|||||||
@ -5,7 +5,11 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
if($default['de_iche_use'] || $default['de_vbank_use'] || $default['de_hp_use'] || $default['de_card_use'] || $default['de_easy_pay_use']) {
|
if($default['de_iche_use'] || $default['de_vbank_use'] || $default['de_hp_use'] || $default['de_card_use'] || $default['de_easy_pay_use']) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<?php if ($default['de_card_test']) { // 테스트 결제시 ?>
|
||||||
|
<script language="javascript" src="https://pretest.uplus.co.kr:9443/xpay/js/xpay_crossplatform.js" type="text/javascript"></script>
|
||||||
|
<?php } else { //실 결제시 ?>
|
||||||
<script language="javascript" src="<?php echo (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 'https' : 'http'; ?>://xpay.uplus.co.kr/xpay/js/xpay_crossplatform.js" type="text/javascript"></script>
|
<script language="javascript" src="<?php echo (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 'https' : 'http'; ?>://xpay.uplus.co.kr/xpay/js/xpay_crossplatform.js" type="text/javascript"></script>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user