Skip to content

Commit

Permalink
magento#486: Add customer account validation in Quote operations
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Jun 14, 2019
1 parent 40a751c commit fcba596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/code/Magento/GraphQl/Model/Query/ContextFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ public function create(): ContextInterface

$extensionAttributes = $this->extensionAttributesFactory->create(
ContextInterface::class,
$contextParameters->getExtensionAttributesData()
[
'data' => $contextParameters->getExtensionAttributesData(),
]
);

$context = $this->objectManager->create(
Expand Down

0 comments on commit fcba596

Please sign in to comment.