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 1074de5 commit 61a8399Copy full SHA for 61a8399
lib/internal/Magento/Framework/Webapi/ErrorProcessor.php
@@ -294,7 +294,9 @@ public function apiShutdownFunction()
294
if ($this->_appState->getMode() == State::MODE_DEVELOPER) {
295
$this->renderErrorMessage($errorMessage);
296
} else {
297
- $this->renderErrorMessage(new Phrase('Server internal error. See details in report api/%1', $reportId));
+ $this->renderErrorMessage(
298
+ new Phrase('Server internal error. See details in report api/%1', [$reportId])
299
+ );
300
}
301
302
0 commit comments