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 87a39f0 commit 6bfdef7Copy full SHA for 6bfdef7
src/Message/AIMAbstractRequest.php
@@ -69,7 +69,7 @@ protected function addExtraOptions(\SimpleXMLElement $data)
69
$extraOptions = $data->addChild('extraOptions');
70
$node = dom_import_simplexml($extraOptions);
71
$nodeOwner = $node->ownerDocument;
72
- $node->appendChild($nodeOwner->createCDATASection("x_duplicate_window=0"));
+ $node->appendChild($nodeOwner->createCDATASection(sprintf("x_duplicate_window=%s", $this->getDuplicateWindow())));
73
}
74
return $data;
75
0 commit comments