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 1231093 commit 99923caCopy full SHA for 99923ca
app/code/core/Mage/Sales/Model/Api2/Order/Comment/Rest/Admin/V1.php
@@ -57,7 +57,7 @@ protected function _create(array $filteredData)
57
$this->_critical(self::RESOURCE_INTERNAL_ERROR, $mageCoreException->getCode());
58
} catch (Throwable $throwable) {
59
Mage::logException($throwable);
60
- $this->_critical(self::RESOURCE_UNKNOWN_ERROR, $throwable->getCode());
+ $this->_critical(self::RESOURCE_UNKNOWN_ERROR);
61
}
62
63
return $this->_getLocation($historyItem);
0 commit comments