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 238ce85 commit 0873cf1Copy full SHA for 0873cf1
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