As a client
I need to update a customer's account
So that I can keep accounts up to date accurately
Details and Assumptions
* Account ID exists in the database and is valid
* PostgreSQL database with account details
Acceptance Criteria
gherkin
Given an account ID and an updated account
When a row with the account ID is updated with new details
Then it should be updated with up to date details
As a client I need to update a customer's account So that I can keep accounts up to date accurately
Details and Assumptions
Acceptance Criteria