diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index afa22469a..478b23241 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -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; }