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.
2 parents 97191ce + 0873cf1 commit 4ee1de0Copy full SHA for 4ee1de0
app/code/Magento/Sales/Model/ResourceModel/Order/Status.php
@@ -257,7 +257,7 @@ protected function getStatusByState($state)
257
{
258
return (string)$this->getConnection()->fetchOne(
259
$select = $this->getConnection()->select()
260
- ->from(['sss' => $this->stateTable, []])
+ ->from(['sss' => $this->stateTable], [])
261
->where('state = ?', $state)
262
->limit(1)
263
->columns(['status'])
0 commit comments