Skip to content

Commit

Permalink
Update LineItem.php
Browse files Browse the repository at this point in the history
  • Loading branch information
booni3 committed Aug 10, 2023
1 parent 522fb8d commit 26b9089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DTO/LineItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(
"commodityCodes" => [
[
"typeCode" => "outbound",
"value" => $hsCode
"value" => (string) $hsCode
]
],
"exportReasonType" => $exportReason,
Expand Down

0 comments on commit 26b9089

Please sign in to comment.