상품 배송비결제 선택시 착불이 되지 않는 오류 수정

This commit is contained in:
thisgun
2021-01-19 14:05:30 +09:00
parent c8b15d53ca
commit d0f4b58b72

View File

@ -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)