Skip to content

Commit

Permalink
ENGCOM-6678: Extend exception message #26511
Browse files Browse the repository at this point in the history
  • Loading branch information
slavvka authored Feb 7, 2020
2 parents 64fb41b + d8848a0 commit c53ca65
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 118 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ private function searchQuoteAddressId(OrderInterface $order, array $addresses):
}
}

throw new NotFoundException(__('Quote address for failed order not found.'));
throw new NotFoundException(__('Quote address for failed order ID "%1" not found.', $order->getEntityId()));
}

/**
Expand Down
Loading

0 comments on commit c53ca65

Please sign in to comment.