- check if TheApplication is starting.
- run tests by using mvn wrapper to check if everything works fine.
Let’s imagine you are working on API for backend of online payment system. The actors are: users (festival participants), merchants, event organiser. We want to enable backoffice operations to the event organiser.
Currently implemented:
- Users can make a payment (with a virtual currency) to a specific merchant.
- Our system has payment log.
- It means that information about payments are stored in database.
- This data can be used for reporting.
Please make a code review of the currently implemented solution.
Add new endpoint which give total income for payments for selected time period for given merchant.