Skip to content

Commit

Permalink
Update ApicheckoutController.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhrrobert committed Jan 29, 2024
1 parent 084d136 commit c5983dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Modules/Home/Controller/ApicheckoutController.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* eaterplanet 商城系统
*
* ==========================================================================
* @link https://e-p.io/
* @copyright Copyright (c) 2019-2023 Dejavu Tech.
* @license https://e-p.io/license
* @link https://e-p.cloud/
* @copyright Copyright (c) 2019-2024 Dejavu Tech.
* @license https://github.com/Dejavu-Tech/EP-Admin/blob/main/LICENSE
* ==========================================================================
*
* @author Albert.Z
Expand Down Expand Up @@ -1225,7 +1225,7 @@ public function sub_order()
$oh['order_id']=$order['order_id'];
$oh['order_status_id']= $order['is_pin'] == 1 ? 2:1;

$oh['comment']='买家已付款';
$oh['comment']='买家已付款 sub_order Apicheckout';
$oh['date_added']=time();
$oh['notify']=1;
M('OrderHistory')->add($oh);
Expand Down

0 comments on commit c5983dd

Please sign in to comment.