From 1895f7b232bf58a1a21aeafebdbd7a37a9472ef6 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 3 Sep 2013 16:20:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EC=8A=A4=ED=81=AC=EB=A1=9C=20?= =?UTF-8?q?=ED=8F=AC=EB=A7=B7=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/personalpayform.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/shop/personalpayform.php b/shop/personalpayform.php index 709c3ba55..308b374e2 100644 --- a/shop/personalpayform.php +++ b/shop/personalpayform.php @@ -174,6 +174,15 @@ function get_intall_file() /* = -------------------------------------------------------------------------- = */ /* = 결제에 필요한 주문 정보를 입력 및 설정합니다. = */ /* = -------------------------------------------------------------------------- = */ + + // 에스크로 상품정보 + if($default['de_escrow_use']) { + $good_info .= "seq=1".chr(31); + $good_info .= "ordr_numb={$pp_id}_".sprintf("%04d", 1).chr(31); + $good_info .= "good_name=".addslashes($pp['pp_name'].'님 개인결제').chr(31); + $good_info .= "good_cntx=1".chr(31); + $good_info .= "good_amtx=".$pp['pp_amount'].chr(31); + } ?> @@ -229,7 +238,7 @@ function get_intall_file() - +