mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:47:01 +00:00
refactor/tweaked the bankId place
This commit is contained in:
parent
c8c8906bf6
commit
11881a8062
@ -20,7 +20,7 @@ class RemotedataCustomerAccountLinksActor extends Actor with ObpActorHelper with
|
||||
|
||||
case cc.getOrCreateCustomerAccountLink(customerId: String, bankId: String, accountId: String, relationshipType) =>
|
||||
logger.debug(s"getOrCreateCustomerAccountLink($customerId, $bankId, $accountId, $relationshipType)")
|
||||
sender ! (mapper.getOrCreateCustomerAccountLink(accountId, bankId, customerId, relationshipType))
|
||||
sender ! (mapper.getOrCreateCustomerAccountLink(customerId, bankId, accountId, relationshipType))
|
||||
|
||||
case cc.getCustomerAccountLinkByCustomerId(customerId: String) =>
|
||||
logger.debug(s"getCustomerAccountLinkByCustomerId($customerId)")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user