Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
불필요한 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed May 8, 2020
1 parent 469c04e commit db6e217
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mobile/shop/orderformupdate.php
Expand Up @@ -338,7 +338,6 @@
$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;
Expand Down
1 change: 0 additions & 1 deletion shop/orderformupdate.php
Expand Up @@ -318,7 +318,6 @@
$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;
Expand Down

0 comments on commit db6e217

Please sign in to comment.