mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
feature/added shouldRaiseConsentChallenge method
This commit is contained in:
parent
9d19d9c26f
commit
1beab56f5a
@ -303,6 +303,19 @@ trait Connector extends MdcLoggable {
|
||||
callContext: Option[CallContext]
|
||||
): OBPReturnType[Box[AmountOfMoney]] =Future{(Failure(setUnimplementedError(nameOf(getChallengeThreshold _))), callContext)}
|
||||
|
||||
//TODO. WIP
|
||||
def shouldRaiseConsentChallenge(
|
||||
bankId: String,
|
||||
accountId: String,
|
||||
viewId: String,
|
||||
consentRequestType: String,
|
||||
userId: String,
|
||||
username: String,
|
||||
callContext: Option[CallContext]
|
||||
): OBPReturnType[Box[(Boolean, String)]] = Future {
|
||||
(Failure(setUnimplementedError(nameOf(shouldRaiseConsentChallenge _))), callContext)
|
||||
}
|
||||
|
||||
def getPaymentLimit(
|
||||
bankId: String,
|
||||
accountId: String,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user