Closed simonredfern closed 8 years ago
Need API call to create a single account.
See / Use CreateTestAccountForm.scala: def createAccount(accountId : AccountId, bankId : BankId, currency : String, initialBalance : String) : Box[BankAccount] = { ..
initialBalance should be zero Should require CreateAccount role
Done in 4f38f08d89e81097b64e29e77e72638ef7d61f60
Need API call to create a single account.
See / Use CreateTestAccountForm.scala: def createAccount(accountId : AccountId, bankId : BankId, currency : String, initialBalance : String) : Box[BankAccount] = { ..
initialBalance should be zero Should require CreateAccount role