Skip to content

Commit

Permalink
πŸ”¨ Refactor/#125 - 4.7 λ‚ μ§œ ν˜•μ‹ λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyeomjang committed Nov 23, 2024
1 parent 5272493 commit 187acf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public StoreInfoDto(String logoImgUrl, Set<EOnjungTag> tag, String name) {
public static CreateDonationResponseDto of(Donation donation, Store store) {
return CreateDonationResponseDto.builder()
.donationAmount(donation.getDonationAmount())
.issueDate(DateTimeUtil.convertLocalDateTimeToCustomDateTime(donation.getCreatedAt()))
.issueDate(DateTimeUtil.convertLocalDateTimeToDotSeparatedDateTime(donation.getCreatedAt()))
.storeInfo(StoreInfoDto.builder()
.logoImgUrl(store.getLogoImgUrl())
.tag(store.getOnjungTags())
Expand Down

0 comments on commit 187acf6

Please sign in to comment.