diff --git a/src/Model/Resolver/MoveWishlistToCart.php b/src/Model/Resolver/MoveWishlistToCart.php index 35a03e2..b768933 100644 --- a/src/Model/Resolver/MoveWishlistToCart.php +++ b/src/Model/Resolver/MoveWishlistToCart.php @@ -120,7 +120,7 @@ protected function addItemsToCart(array $wishlistItems, CartInterface $quote): v try { $this->quoteRepository->save($quote); } catch (Exception $e) { - throw new GraphQlNoSuchEntityException(__('There was an error when trying to save wishlist items to cart')); + throw new GraphQlNoSuchEntityException(__('Failed to add items to cart')); } }