From d99bc4e4d51e23d9c3bd308e9c2c0b720bd70d18 Mon Sep 17 00:00:00 2001 From: hongwei Date: Tue, 13 Feb 2024 11:56:48 +0100 Subject: [PATCH] feature/BG1.3.12 typo --- .../group/v1_3/AccountInformationServiceAISApi.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/obp-api/src/main/scala/code/api/berlin/group/v1_3/AccountInformationServiceAISApi.scala b/obp-api/src/main/scala/code/api/berlin/group/v1_3/AccountInformationServiceAISApi.scala index 2ff6f7ec3b..8004e8193d 100644 --- a/obp-api/src/main/scala/code/api/berlin/group/v1_3/AccountInformationServiceAISApi.scala +++ b/obp-api/src/main/scala/code/api/berlin/group/v1_3/AccountInformationServiceAISApi.scala @@ -1027,7 +1027,7 @@ respectively the OAuth2 access token. } } - def generalStartConsentAuthorisationSumarry(isMockedData:Boolean) = + def generalStartConsentAuthorisationSummary(isMockedData:Boolean) = s"""${mockedDataText(false)} Create an authorisation sub-resource and start the authorisation process of a consent. The message might in addition transmit authentication and authorisation related data. @@ -1064,7 +1064,7 @@ using the extended forms as indicated above. "POST", "/consents/CONSENTID/authorisations", "Start the authorisation process for a consent(transactionAuthorisation)", - generalStartConsentAuthorisationSumarry(false), + generalStartConsentAuthorisationSummary(false), json.parse("""{"scaAuthenticationData":""}"""), json.parse("""{ "scaStatus": "received", @@ -1115,7 +1115,7 @@ using the extended forms as indicated above. "POST", "/consents/CONSENTID/authorisations", "Start the authorisation process for a consent(updatePsuAuthentication)", - generalStartConsentAuthorisationSumarry(true), + generalStartConsentAuthorisationSummary(true), json.parse("""{ "psuData": { "password": "start12" @@ -1161,7 +1161,7 @@ using the extended forms as indicated above. "POST", "/consents/CONSENTID/authorisations", "Start the authorisation process for a consent(selectPsuAuthenticationMethod)", - generalStartConsentAuthorisationSumarry(true), + generalStartConsentAuthorisationSummary(true), json.parse("""{"authenticationMethodId":""}"""), json.parse("""{ "scaStatus": "received",