From bb7ccba09df50e4c5e29b293b08a08baf62e6417 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 19 Jun 2013 13:23:18 +0900 Subject: [PATCH] =?UTF-8?q?pg=EB=82=B4=EC=97=AD=EA=B8=B0=EB=A1=9D=EC=8B=9C?= =?UTF-8?q?=20tmp=5Fuq=5Fid=EB=A5=BC=20uq=5Fid=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/kcp/pp_ax_hub_result.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shop/kcp/pp_ax_hub_result.php b/shop/kcp/pp_ax_hub_result.php index 7ccdbbeb2..8ad6c1495 100644 --- a/shop/kcp/pp_ax_hub_result.php +++ b/shop/kcp/pp_ax_hub_result.php @@ -30,7 +30,7 @@ if ( $req_tx == "pay" ) // 카드내역 INSERT $sql = "insert {$g4['shop_card_history_table']} set od_id = '$ordr_idxx', - uq_id = '$tmp_uq_id', + uq_id = '$uq_id', cd_mall_id = '$site_cd', cd_amount = '$good_mny', cd_app_no = '$app_no', @@ -51,7 +51,7 @@ if ( $req_tx == "pay" ) // 계좌이체내역 INSERT $sql = "insert {$g4['shop_card_history_table']} set od_id = '$ordr_idxx', - uq_id = '$tmp_uq_id', + uq_id = '$uq_id', cd_mall_id = '$site_cd', cd_amount = '$good_mny', cd_app_no = '$tno', @@ -75,7 +75,7 @@ if ( $req_tx == "pay" ) // 가상계좌내역 INSERT $sql = "insert {$g4['shop_card_history_table']} set od_id = '$ordr_idxx', - uq_id = '$tmp_uq_id', + uq_id = '$uq_id', cd_mall_id = '$site_cd', cd_amount = '0', cd_app_no = '$tno', @@ -101,7 +101,7 @@ if ( $req_tx == "pay" ) // 휴대폰결제내역 INSERT $sql = "insert {$g4['shop_card_history_table']} set od_id = '$ordr_idxx', - uq_id = '$tmp_uq_id', + uq_id = '$uq_id', cd_mall_id = '$site_cd', cd_amount = '$good_mny', cd_app_no = '$tno',