Skip to content

Commit

Permalink
Update EccangPlatform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
icowan authored Mar 30, 2022
1 parent e030ec6 commit 8bac131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/EccangPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ protected function formatOrder(Order $orderClass): array
foreach ($orderClass->goods as $good) {
$itemArr[] = [
"invoice_cnname" => $good->cnDescription,
"invoice_enname" => $good->enMaterial,
"invoice_enname" => $good->description,
"invoice_weight" => $good->weight,
"invoice_quantity" => $good->quantity < 1 ? 1 : intval($good->quantity),
"invoice_unitcharge" => $good->worth,
Expand Down

0 comments on commit 8bac131

Please sign in to comment.