From f2c80e8e5632fc21716715d200f4fdd9e5598749 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 25 Jan 2020 03:20:06 +0900 Subject: [PATCH] Update orderpay.step2.pgkcp.php --- route/orderpay.step2.pgkcp.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/route/orderpay.step2.pgkcp.php b/route/orderpay.step2.pgkcp.php index e542f7d..b40ae9f 100644 --- a/route/orderpay.step2.pgkcp.php +++ b/route/orderpay.step2.pgkcp.php @@ -1,7 +1,8 @@ * @brief KCP PG(Payment Gateway) contoller when done */ @@ -274,6 +275,11 @@ if($req_tx == "pay") { } } // End of [res_cd = "0000"] +// set encoding +foreach($payres as $k=>$v) { + $payres[$k] = get_converted_string($v, "utf-8", "cp949"); +} + // set result extract($payres);