모바일 결제 가상계좌 입금자명 입력 오류 수정

This commit is contained in:
chicpro
2014-10-22 10:17:01 +09:00
parent 35ef0817e0
commit 6b9227e967

View File

@ -321,7 +321,7 @@ else if ($od_settle_case == "가상계좌")
$od_tno = $tno;
$od_receipt_price = 0;
$od_bank_account = $bankname.' '.$account;
$od_deposit_name = $od_name;
$od_deposit_name = $depositor;
$pg_price = $amount;
$od_misu = $i_price - $od_receipt_price;
}