Skip to content

Commit

Permalink
Merge pull request #63 from icowan/master
Browse files Browse the repository at this point in the history
add ioss
  • Loading branch information
icowan authored Feb 26, 2022
2 parents c1e4796 + 6561c8f commit f3d873f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platforms/CourierbutlerPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ protected function formatOrder(Order $orderClass): array
// "consignee_tariff" => $orderClass->taxesNumber,
],
"invoice" => $invoice,
"extra_service" => [
"extra_service" => [[
"extra_servicecode" => "IO",
"extra_servicevalue" => $orderClass->taxesNumber
]
]]
];
}
}

0 comments on commit f3d873f

Please sign in to comment.