maria-farooq/MyBank

Add tests for time discrepancies

Closed this issue · 1 comments

The API should be able to deal with time discrepancy, which means, at any point of time,
we could receive a transaction which have a timestamp of the past (current or even future)

  • We should support to add transactions only with time stamp of current or past time
  • Future transaction should be responded as bad request (400)

completed