Skip to content

Commit

Permalink
Merge pull request #43 from icowan/master
Browse files Browse the repository at this point in the history
三态去除evaluate参数
  • Loading branch information
icowan authored Mar 29, 2021
2 parents a099019 + 823ce78 commit 1892894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/SantaiPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ protected function formatOrder(Order $orderClass)
'goodsDetails' => $goods,
// 提交订单 confirmed,订单预提交状态 preprocess,提交且交寄订单 sumbmitted
'orderStatus' => 'sumbmitted',
'evaluate' => $orderClass->evaluate,
// 'evaluate' => $orderClass->evaluate,
'taxesNumber' => $orderClass->taxesNumber,
'isRemoteConfirm' => $orderClass->isRemoteConfirm,
'isReturn' => $orderClass->isReturn,
Expand Down

0 comments on commit 1892894

Please sign in to comment.