Skip to content

Commit b414566

Browse files
committed
ACP2E-778: REST API: Product names in cart always use default store view values
1 parent 7c61a7a commit b414566

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Quote/Model/ResourceModel

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/ResourceModel/Quote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(
4747
RelationComposite $entityRelationComposite,
4848
Manager $sequenceManager,
4949
$connectionName = null,
50-
CartRepositoryInterface $quoteRepository = null
50+
?CartRepositoryInterface $quoteRepository = null
5151
) {
5252
parent::__construct($context, $entitySnapshot, $entityRelationComposite, $connectionName);
5353
$this->sequenceManager = $sequenceManager;

0 commit comments

Comments
 (0)