Skip to content

Commit

Permalink
Merge pull request #174 from coderiekelt/master
Browse files Browse the repository at this point in the history
Update ConsignmentEncode.php to fix Invoice on Customs Declaration
  • Loading branch information
RichardPerdaan authored Oct 30, 2019
2 parents 7ceeaae + 3125d3a commit c2a9870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ConsignmentEncode.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ private function encodeCdCountry()
'contents' => 1,
'weight' => $consignment->getTotalWeight(),
'items' => $items,
'invoice' => $consignment->getLabelDescription(),
'invoice' => $consignment->getInvoice(),
],
'physical_properties' => $consignment->getPhysicalProperties(),
]
Expand Down

0 comments on commit c2a9870

Please sign in to comment.