Skip to content

Commit

Permalink
missing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mathielen committed Dec 8, 2023
1 parent 9bbe1a5 commit bb61958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CXml/Builder/OrderRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ private function buildOrderRequestHeader(): OrderRequestHeader
->setTax($this->tax)
;

foreach ($this->comments as $comment) {
$orh->addComment($comment);
}
foreach ($this->extrinsics as $extrinsic) {
$orh->addExtrinsic($extrinsic);
}
Expand Down

0 comments on commit bb61958

Please sign in to comment.