Skip to content

Commit

Permalink
add ioss
Browse files Browse the repository at this point in the history
  • Loading branch information
icowan committed Feb 26, 2022
1 parent 541d53a commit 6561c8f
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 6561c8f

Please sign in to comment.