- Timestamp:
- 09/03/21 18:34:05 (3 years ago)
- Branches:
- master
- Children:
- 5306751
- Parents:
- f8007b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/it/finki/charitable/controller/DonationPostController.java
rf8007b3 r194776a 172 172 173 173 DonationPost post = donationPostService.getById(postid); 174 FundsCollected funds = new FundsCollected(" online", amount);174 FundsCollected funds = new FundsCollected("Online donation", amount); 175 175 fundsCollectedService.save(funds); 176 176
Note:
See TracChangeset
for help on using the changeset viewer.