Skip to content

Commit

Permalink
[HOTFIX] Email Send
Browse files Browse the repository at this point in the history
-HOTFIX
  • Loading branch information
himodu committed Dec 7, 2024
1 parent d3955a1 commit 68992c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public static EmailSendDTO from(DonationUsage donationUsage){
.storeName(donationUsage.getDonation().getStore().getName())
.usedPrice(donationUsage.getDonation().getPoint())
.childName(donationUsage.getChild().getAccount().getNickname())
.usedTime(donationUsage.getModifiedAt())
.donatedTime(donationUsage.getCreatedAt())
.usedTime(donationUsage.getCreatedAt())
.donatedTime(donationUsage.getDonation().getCreatedAt())
.build();
}
}

0 comments on commit 68992c0

Please sign in to comment.