diff --git a/app/code/Magento/QuoteGraphQl/Model/Cart/UpdateCartItem.php b/app/code/Magento/QuoteGraphQl/Model/Cart/UpdateCartItem.php index ac9b464eb01b0..81ed4f23c4414 100644 --- a/app/code/Magento/QuoteGraphQl/Model/Cart/UpdateCartItem.php +++ b/app/code/Magento/QuoteGraphQl/Model/Cart/UpdateCartItem.php @@ -74,7 +74,7 @@ public function execute(Quote $cart, int $cartItemId, float $qty, array $customi if ($result->getHasError()) { throw new GraphQlInputException(__( 'Could not update cart item: %message', - ['message' => $result->getMessage()] + ['message' => $result->getMessage(true)] )); } }