Closed debasishg closed 8 years ago
The success code of "Open" method should be: Success(Account(no,name,Some(openingDate.getOrElse(today))) The if-clause of "Close" method should be: if (cd before account.dateOfOpen.get)
The success code of "Open" method should be: Success(Account(no,name,Some(openingDate.getOrElse(today)))
The if-clause of "Close" method should be: if (cd before account.dateOfOpen.get)
https://forums.manning.com/posts/list/36233.page#p101211
fixed ..
https://forums.manning.com/posts/list/36233.page#p101211