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 7c24ca0 commit 28efcf2Copy full SHA for 28efcf2
app/code/Magento/WishlistGraphQl/Model/Resolver/AddProductsToWishlist.php
@@ -83,7 +83,7 @@ public function resolve(
83
array $args = null
84
) {
85
if (!$this->wishlistConfig->isEnabled()) {
86
- throw new GraphQlInputException(__('The wishlist is not currently available.'));
+ throw new GraphQlInputException(__('The wishlist configuration is currently disabled.'));
87
}
88
89
$customerId = $context->getUserId();
0 commit comments