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',