개인결제 현금영수증 관련 코드 오타 수정

This commit is contained in:
chicpro
2014-07-23 09:39:23 +09:00
parent d5f1b2590e
commit 3e992ea4b2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ $g5['title'] = '개인결제상세내역';
include_once(G5_MSHOP_PATH.'/_head.php');
// LG 현금영수증 JS
if($od['od_pg'] == 'lg') {
if($pp['pp_pg'] == 'lg') {
if($default['de_card_test']) {
echo '<script language="JavaScript" src="http://pgweb.uplus.co.kr:7085/WEB_SERVER/js/receipt_link.js"></script>'.PHP_EOL;
} else {

View File

@ -19,7 +19,7 @@ $g5['title'] = '개인결제상세내역';
include_once('./_head.php');
// LG 현금영수증 JS
if($od['od_pg'] == 'lg') {
if($pp['pp_pg'] == 'lg') {
if($default['de_card_test']) {
echo '<script language="JavaScript" src="http://pgweb.uplus.co.kr:7085/WEB_SERVER/js/receipt_link.js"></script>'.PHP_EOL;
} else {