mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
refactor/add TODO comment to getOtherBankAccountByNumber method for further understanding of external bank account handling
This commit is contained in:
parent
448aec29c6
commit
8077ac0116
@ -532,6 +532,7 @@ trait Connector extends MdcLoggable {
|
||||
|
||||
// This method handles external bank accounts that may not exist in our database.
|
||||
// If the account is not found, we create an in-memory account using counterparty information for payment processing.
|
||||
//TODO understand more about this method.
|
||||
def getOtherBankAccountByNumber(bankId : Option[BankId], accountNumber : String, counterparty: Option[CounterpartyTrait], callContext: Option[CallContext]) : OBPReturnType[Box[(BankAccount)]] = Future {(Failure(setUnimplementedError(nameOf(getOtherBankAccountByNumber _))), callContext)}
|
||||
|
||||
def getBankAccountByRoutings(bankAccountRoutings: BankAccountRoutings, callContext: Option[CallContext]) : OBPReturnType[Box[(BankAccount)]] = Future {(Failure(setUnimplementedError(nameOf(getBankAccountByRoutings _))), callContext)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user