Skip to content

Commit 05cdc48

Browse files
committed
AC-746: Malformed request body or parameters cause "Internal Server Error"
Remove unwanted changes
1 parent 9e7dae9 commit 05cdc48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/Webapi/Controller/Rest/SynchronousRequestProcessor.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
use Magento\Framework\App\DeploymentConfig;
1414
use Magento\Framework\ObjectManagerInterface;
1515
use Magento\Framework\Config\ConfigOptionsListConstants;
16-
use Magento\Framework\Phrase;
17-
use Magento\Framework\Webapi\Exception as WebapiException;
1816

1917
/**
2018
* REST request processor for synchronous requests
@@ -95,7 +93,6 @@ public function process(\Magento\Framework\Webapi\Rest\Request $request)
9593
* @var \Magento\Framework\Api\AbstractExtensibleObject $outputData
9694
*/
9795
$outputData = call_user_func_array([$service, $serviceMethodName], $inputParams);
98-
9996
$outputData = $this->serviceOutputProcessor->process(
10097
$outputData,
10198
$serviceClassName,

0 commit comments

Comments
 (0)