From d0f4b58b72af7c7d5b6005869190fd66650b72a2 Mon Sep 17 00:00:00 2001 From: thisgun Date: Tue, 19 Jan 2021 14:05:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=20=EB=B0=B0=EC=86=A1?= =?UTF-8?q?=EB=B9=84=EA=B2=B0=EC=A0=9C=20=EC=84=A0=ED=83=9D=EC=8B=9C=20?= =?UTF-8?q?=EC=B0=A9=EB=B6=88=EC=9D=B4=20=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/cartupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/cartupdate.php b/shop/cartupdate.php index d7b0bd235..1b2e4afc6 100644 --- a/shop/cartupdate.php +++ b/shop/cartupdate.php @@ -346,7 +346,7 @@ else // 장바구니에 담기 $point = 0; } - $ct_send_cost = 0; + $ct_send_cost = isset($_REQUEST['ct_send_cost']) ? (int) $_REQUEST['ct_send_cost'] : 0; // 배송비결제 if($it['it_sc_type'] == 1)