Skip to content

Commit

Permalink
Merge pull request #62 from icowan/master
Browse files Browse the repository at this point in the history
add ioss
  • Loading branch information
icowan authored Feb 25, 2022
2 parents b2eda18 + 541d53a commit c1e4796
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/platforms/CourierbutlerPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,13 @@ protected function formatOrder(Order $orderClass): array
"consignee_telephone" => $orderClass->recipient->phone,
"consignee_mobile" => $orderClass->recipient->phone,
"consignee_email" => $orderClass->recipient->email,
// "consignee_tariff" => $orderClass->taxesNumber,
],
"invoice" => $invoice
"invoice" => $invoice,
"extra_service" => [
"extra_servicecode" => "IO",
"extra_servicevalue" => $orderClass->taxesNumber
]
];
}
}

0 comments on commit c1e4796

Please sign in to comment.