Skip to content

Commit 3566dd9

Browse files
committed
ACP2E-3399: GraphQL Response for Order placement does not include the exception message
1 parent 735c909 commit 3566dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/GraphQl/Exception/GraphQlInputException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getErrors(): array
9494
*/
9595
public function getExtensions(): array
9696
{
97-
$extensions['category'] = $this->getCategory();
98-
return $extensions;
97+
$exceptionCategory['category'] = $this->getCategory();
98+
return $exceptionCategory;
9999
}
100100
}

0 commit comments

Comments
 (0)