네이버페이 옵션명 치환
This commit is contained in:
@ -211,7 +211,7 @@ for($i=0; $i<$count; $i++) {
|
||||
|
||||
// 옵션정보배열에 저장
|
||||
$options[$it_id][] = array(
|
||||
'option' => $io_value,
|
||||
'option' => get_text(stripslashes($io_value)),
|
||||
'price' => $io_price,
|
||||
'qty' => $ct_qty,
|
||||
'send_cost' => $ct_send_cost,
|
||||
|
||||
Reference in New Issue
Block a user