Skip to content

Commit

Permalink
Merge pull request #60 from icowan/master
Browse files Browse the repository at this point in the history
add common
  • Loading branch information
icowan authored Feb 13, 2022
2 parents 1fcef1f + c75170c commit 4c7d835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platforms/Yw56Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ public function createOrder(Order $order): OrderResult
"State" => $order->recipient->state,
"City" => $order->recipient->city,
"Address1" => $order->recipient->address,
"Address2" => $order->recipient->doorplate
"Address2" => $order->recipient->doorplate,
"NationalId" => $order->common
],
"Sender" => [
"TaxNumber" => $order->taxesNumber
Expand Down

0 comments on commit 4c7d835

Please sign in to comment.