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);