Skip to content

Commit ed15ee3

Browse files
committed
ACP2E-13: Customer shopping cart in admin - Multi store
1 parent 9042c37 commit ed15ee3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Quote\Model\ResourceModel;
89

app/code/Magento/Quote/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ Carts,Carts
6868
"Invalid state change requested","Invalid state change requested"
6969
"Validated Country Code","Validated Country Code"
7070
"Validated Vat Number","Validated Vat Number"
71+
"Invalid Quote Item id %1","Invalid Quote Item id %1"

0 commit comments

Comments
 (0)