Skip to content

Commit

Permalink
refactor/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwei1 committed Jul 31, 2024
1 parent a625fc9 commit 3050998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obp-api/src/main/scala/code/bankconnectors/Connector.scala
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ trait Connector extends MdcLoggable {
* If it is Mapped connector:
* OBP will return all the accounts from accountHolder
* @param username username of the user.
* @param callContext inside, should contains the proper values for CBS to identify a bank Customer
* @param callContext inside, should contain the proper values for CBS to identify a bank Customer
* @return all the accounts, get from Main Frame.
*/
def getBankAccountsForUser(provider: String, username:String, callContext: Option[CallContext]) : Future[Box[(List[InboundAccount], Option[CallContext])]] = Future{
Expand Down

0 comments on commit 3050998

Please sign in to comment.