diff --git a/src/CXml/Builder.php b/src/CXml/Builder.php index acc6f08..d1cb026 100644 --- a/src/CXml/Builder.php +++ b/src/CXml/Builder.php @@ -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, );