Skip to content

Commit f693663

Browse files
committed
ACP2E-778: REST API: Product names in cart always use default store view values
1 parent 547b609 commit f693663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Quote/Model/Quote/Plugin/UpdateQuoteStoreId.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function __construct(
3737
* @param Quote $result
3838
* @return Quote
3939
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
40+
* @throws NoSuchEntityException
4041
*/
4142
public function afterLoadByIdWithoutStore(Quote $subject, Quote $result): Quote
4243
{
@@ -54,6 +55,7 @@ public function afterLoadByIdWithoutStore(Quote $subject, Quote $result): Quote
5455
* @param Quote $subject
5556
* @param Quote $result
5657
* @return Quote
58+
* @throws NoSuchEntityException
5759
*/
5860
public function afterLoadByCustomer(Quote $subject, Quote $result): Quote
5961
{

0 commit comments

Comments
 (0)