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 f63695a commit 038d4c3Copy full SHA for 038d4c3
app/code/Magento/QuoteGraphQl/Model/Resolver/MaskedCartId.php
@@ -62,7 +62,7 @@ private function getQuoteMaskId(int $quoteId): string
62
try {
63
$maskedId = $this->quoteIdToMaskedQuoteId->execute($quoteId);
64
} catch (NoSuchEntityException $exception) {
65
- throw new GraphQlNoSuchEntityException(__('Cart id is not '));
+ throw new GraphQlNoSuchEntityException(__('Current user does not have an active cart.'));
66
}
67
return $maskedId;
68
0 commit comments