Skip to content

Commit 2d69359

Browse files
ENGCOM-976: [Forwardport] Modify Report processor to return 500 #14190
- Merge Pull Request #14190 from AlexWorking/magento2:2.3-develop-PR-port-11513 - Merged commits: 1. 72c502f
2 parents 447a24d + 72c502f commit 2d69359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pub/errors/processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function process503()
215215
public function processReport()
216216
{
217217
$this->pageTitle = 'There has been an error processing your request';
218-
$this->_response->setHttpResponseCode(503);
218+
$this->_response->setHttpResponseCode(500);
219219

220220
$this->showErrorMsg = false;
221221
$this->showSentMsg = false;

0 commit comments

Comments
 (0)