From 81aa44ebd2c58b301a3f67a5c1eeb10affcb1a88 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 10 May 2013 09:19:10 +0900 Subject: [PATCH] =?UTF-8?q?card=5Fhistory=20=ED=85=8C=EC=9D=B4=EB=B8=94?= =?UTF-8?q?=EC=97=90=20=EC=97=85=EC=B2=B4=EC=BD=94=EB=93=9C=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=EB=90=98=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/kcp/pp_ax_hub_result.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/shop/kcp/pp_ax_hub_result.php b/mobile/shop/kcp/pp_ax_hub_result.php index 8b0e60bc2..48bfe041d 100644 --- a/mobile/shop/kcp/pp_ax_hub_result.php +++ b/mobile/shop/kcp/pp_ax_hub_result.php @@ -20,7 +20,7 @@ if ( $req_tx == "pay" ) $sql = "insert {$g4['shop_card_history_table']} set od_id = '$ordr_idxx', uq_id = '$tmp_uq_id', - cd_mall_id = '$site_cd', + cd_mall_id = '$g_conf_site_cd', cd_amount = '$good_mny', cd_app_no = '$app_no', cd_app_rt = '$res_cd', @@ -41,7 +41,7 @@ if ( $req_tx == "pay" ) $sql = "insert {$g4['shop_card_history_table']} set od_id = '$ordr_idxx', uq_id = '$tmp_uq_id', - cd_mall_id = '$site_cd', + cd_mall_id = '$g_conf_site_cd', cd_amount = '$good_mny', cd_app_no = '$tno', cd_app_rt = '$res_cd', @@ -64,7 +64,7 @@ if ( $req_tx == "pay" ) $sql = "insert {$g4['shop_card_history_table']} set od_id = '$ordr_idxx', uq_id = '$tmp_uq_id', - cd_mall_id = '$site_cd', + cd_mall_id = '$g_conf_site_cd', cd_amount = '0', cd_app_no = '$tno', cd_app_rt = '$res_cd', @@ -89,7 +89,7 @@ if ( $req_tx == "pay" ) $sql = "insert {$g4['shop_card_history_table']} set od_id = '$ordr_idxx', uq_id = '$tmp_uq_id', - cd_mall_id = '$site_cd', + cd_mall_id = '$g_conf_site_cd', cd_amount = '$good_mny', cd_app_no = '$tno', cd_app_rt = '$res_cd',