We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5e485 commit 74c5cb7Copy full SHA for 74c5cb7
src/Message/SecureXMLAbstractRequest.php
@@ -61,7 +61,7 @@ public function getMessageId()
61
{
62
$messageId = $this->getParameter('messageId');
63
64
- if (!$this->getParameter('messageId'))) {
+ if (!$this->getParameter('messageId')) {
65
$this->setMessageId($this->generateMessageId());
66
}
67
0 commit comments