Skip to content

Commit

Permalink
Product functionality was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunagatov committed Jul 18, 2023
1 parent 0c17db0 commit f998ca9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class ProductInfoDtoConverter {

public ProductInfoDto convertToDto(final ProductInfo entity) {
PriceDetailsDto priceDetailsDto = new PriceDetailsDto(entity.getPrice(), entity.getCurrency());

return new ProductInfoDto(
entity.getId(),
entity.getDescription(),
Expand Down

0 comments on commit f998ca9

Please sign in to comment.