Skip to content

Commit

Permalink
fix : product response
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn committed Sep 16, 2023
1 parent 99cb02e commit a24b209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gip/sever/dto/response/SearchResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public SearchResponse(Product product) {
this.id = product.getId();
this.title = product.getProductName();
this.imageURL = product.getPhotoUrl();
this.content = product.getProductName();
this.content = product.getAdditionalDescription();
this.type = "Product";
}

Expand Down

0 comments on commit a24b209

Please sign in to comment.