diff --git a/mobile/shop/personalpayresult.php b/mobile/shop/personalpayresult.php index 739366066..0ed78a0e2 100644 --- a/mobile/shop/personalpayresult.php +++ b/mobile/shop/personalpayresult.php @@ -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 ''.PHP_EOL; } else { diff --git a/shop/personalpayresult.php b/shop/personalpayresult.php index f9ccc7329..f88a45bba 100644 --- a/shop/personalpayresult.php +++ b/shop/personalpayresult.php @@ -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 ''.PHP_EOL; } else {