Skip to content

Commit

Permalink
feature/BG1.3.12 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwei1 committed Feb 13, 2024
1 parent ea858ed commit d99bc4e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d99bc4e

Please sign in to comment.