LG유플러스 명칭 통일

This commit is contained in:
chicpro
2014-05-29 16:04:03 +09:00
parent 47ceac1aaf
commit 23e724cffc
5 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
<?php
include_once('./_common.php');
// LG U+ 공통 설정
// LG유플러스 공통 설정
require_once(G5_SHOP_PATH.'/settle_lg.inc.php');
/*

View File

@ -1,7 +1,7 @@
<?php
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// kcp 전자결제를 사용할 때만 실행
// 전자결제를 사용할 때만 실행
if($default['de_iche_use'] || $default['de_vbank_use'] || $default['de_hp_use'] || $default['de_card_use']) {
?>
@ -31,7 +31,7 @@ function doPay_ActiveX(){
return false;
}
} else {
alert("LG U+ 전자결제를 위한 ActiveX Control이 설치되지 않았습니다.");
alert("LG유플러스 전자결제를 위한 ActiveX Control이 설치되지 않았습니다.");
xpay_showInstall(); //설치안내 팝업페이지 표시 코드 추가
}

View File

@ -184,7 +184,7 @@ switch($LGD_PAYTYPE) {
?>
<div id="lg_req_tx" class="new_win">
<h1 id="win_title">현금영수증 - LG U+ eCredit</h1>
<h1 id="win_title">현금영수증 - LG유플러스 eCredit</h1>
<div class="tbl_head01 tbl_wrap">
<table>

View File

@ -1,5 +1,5 @@
<?php
// LG U+ 공통 설정
// LG유플러스 공통 설정
require_once(G5_SHOP_PATH.'/settle_lg.inc.php');
/*