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 28efcf2 commit 30aebc3Copy full SHA for 30aebc3
app/code/Magento/WishlistGraphQl/Model/Resolver/AddProductsToWishlist.php
@@ -97,7 +97,7 @@ public function resolve(
97
$wishlist = $this->getWishlist($wishlistId, $customerId);
98
99
if (null === $wishlist->getId() || $customerId !== (int) $wishlist->getCustomerId()) {
100
- throw new GraphQlInputException(__('The wishlist configuration is currently disabled.'));
+ throw new GraphQlInputException(__('The wishlist was not found.'));
101
}
102
103
$wishlistItems = $this->getWishlistItems($args['wishlistItems']);
0 commit comments