From 082bf84df22711a47fd6f8841e0063ae47af4f1f Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 8 May 2020 15:13:52 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderformupdate.php | 1 - shop/orderformupdate.php | 1 - 2 files changed, 2 deletions(-) diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index c85cfeed9..a49accfca 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -338,7 +338,6 @@ else if ($od_settle_case == "계좌이체") $od_receipt_price = $amount; $od_receipt_point = $i_temp_point; $od_receipt_time = preg_replace("/([0-9]{4})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})/", "\\1-\\2-\\3 \\4:\\5:\\6", $app_time); - $od_bank_account = $od_settle_case; $od_deposit_name = $od_name; $od_bank_account = $bank_name; $pg_price = $amount; diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index ac1470ab7..24815ecce 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -318,7 +318,6 @@ else if ($od_settle_case == "계좌이체") $od_receipt_price = $amount; $od_receipt_point = $i_temp_point; $od_receipt_time = preg_replace("/([0-9]{4})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})/", "\\1-\\2-\\3 \\4:\\5:\\6", $app_time); - $od_bank_account = $od_settle_case; $od_deposit_name = $od_name; $od_bank_account = $bank_name; $pg_price = $amount;