쇼핑몰 결제시 결세수단 체크 과정 추가

This commit is contained in:
thisgun
2024-04-01 17:53:32 +09:00
parent 1e72d7e81c
commit 2bfd995e49
3 changed files with 43 additions and 0 deletions

View File

@ -335,6 +335,11 @@ $order_price = $tot_od_price + $send_cost + $send_cost2 - $tot_sc_cp_price - $od
$od_status = '주문';
$od_tno = '';
if (function_exists('check_payment_method')) {
check_payment_method($od_settle_case);
}
if ($od_settle_case == "무통장")
{
$od_receipt_point = $i_temp_point;