상품 배송비결제 선택시 착불이 되지 않는 오류 수정
This commit is contained in:
@ -346,7 +346,7 @@ else // 장바구니에 담기
|
|||||||
$point = 0;
|
$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)
|
if($it['it_sc_type'] == 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user