Skip to content

Commit

Permalink
Merge pull request #38 from jeromegxj/main
Browse files Browse the repository at this point in the history
fix: Missing deploymentMode on Message
  • Loading branch information
mathielen authored Oct 23, 2024
2 parents 73ea51b + 3d38f5a commit ce12441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CXml/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function build(string $deploymentMode = null): CXml
/** @noinspection PhpParamsInspection */
$cXml = CXml::forMessage(
$this->payloadIdentityFactory->newPayloadIdentity(),
new Message($this->payload, $this->status),
new Message($this->payload, $this->status, null, $deploymentMode),
$this->buildHeader(),
$this->locale,
);
Expand Down

0 comments on commit ce12441

Please sign in to comment.