From 0526ae2fcd20e17c26b5f179990833dac00c1cd1 Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 28 Jun 2017 11:28:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=84=A4=EC=9D=B4=EB=B2=84=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=20=EC=98=B5=EC=85=98=EB=AA=85=20=EC=B9=98=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/naverpay/naverpay_order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/naverpay/naverpay_order.php b/shop/naverpay/naverpay_order.php index 42d6b0b17..538214918 100644 --- a/shop/naverpay/naverpay_order.php +++ b/shop/naverpay/naverpay_order.php @@ -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,