PHP8에서 경고문이 뜨는 코드 수정

This commit is contained in:
thisgun
2021-01-14 11:34:37 +09:00
parent e873436d59
commit 66c6e9b8aa
10 changed files with 34 additions and 31 deletions

View File

@ -41,7 +41,7 @@ if($default['de_tax_flag_use']) {
<input type="hidden" name="version" value="1.0" >
<input type="hidden" name="mid" value="<?php echo $default['de_kakaopay_mid']; ?>">
<input type="hidden" name="goodname" value="<?php echo $goods; ?>">
<input type="hidden" name="goodname" value="<?php echo isset($goods) ? get_text($goods) : ''; ?>">
<input type="hidden" name="oid" value="<?php echo $od_id; ?>">
<input type="hidden" name="price" value="<?php echo $tot_price; ?>" >
<input type="hidden" name="currency" value="WON" >