Skip to content

Commit

Permalink
refactor/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwei1 committed Aug 5, 2024
1 parent f3e7a16 commit 78c7f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ This applies in the following scenarios:
None,
callContext
)
//NOTE: in OBP it support multiple challenges, but in Berlin Group it has only one challenge. The following guard is to make sure it return the 1st challenge properly.
//NOTE: in OBP it support multiple challenges, but in Berlin Group it has only one challenge. The following guard is to make sure it returns the 1st challenge properly.
challenge <- NewStyle.function.tryons(InvalidConnectorResponseForCreateChallenge, 400, callContext) {
challenges.head
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The resource identifications of these transactions are contained in the payload
jsonPost.extract[PostSigningBasketJsonV13]
}
_ <- booleanToFuture(failMsg, cc = callContext) {
// One of them MUST be defined. Otherwise post json is treated as empty one.
// One of them MUST be defined. Otherwise, post json is treated as empty one.
!(jsonPost.extract[PostSigningBasketJsonV13].paymentIds.isEmpty &&
jsonPost.extract[PostSigningBasketJsonV13].consentIds.isEmpty)
}
Expand Down

0 comments on commit 78c7f3d

Please sign in to comment.