SOOlutions / HomeTaskApp

True OO implementation in Java of a Home Task Management System. This project is a port and modification from https://github.com/SilasReinagel/HomeTaskManagement
2 stars 1 forks source link

Transfer Between Accounts #7

Closed SilasReinagel closed 6 years ago

SilasReinagel commented 6 years ago

Users should be able to authorize a Transfer between his account and another target Account. If the Transfer is successful, both Accounts should have a correctly updated Balance. If either Account cannot apply the transaction, neither Account should be impacted. User should receive a response with a suitable error message for failed Transfer.