We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01976a commit 8c4bcf6Copy full SHA for 8c4bcf6
app/code/Magento/Quote/Model/Quote/Item/Repository.php
@@ -95,7 +95,7 @@ public function save(\Magento\Quote\Api\Data\CartItemInterface $cartItem)
95
$cartId = $cartItem->getQuoteId();
96
if (!$cartId) {
97
throw new InputException(
98
- __('"%fieldName" is required. Enter and try again.', ['fieldName' => 'cartId'])
+ __('"%fieldName" is required. Enter and try again.', ['fieldName' => 'quoteId'])
99
);
100
}
101
0 commit comments