mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:56:57 +00:00
bugfix/Revert check resultWithMissingHeaderCheck of BG 2
This commit is contained in:
parent
47e3a29b51
commit
0da0e0d1d7
@ -78,7 +78,7 @@ object BerlinGroupCheck extends MdcLoggable {
|
||||
} else None
|
||||
}
|
||||
|
||||
val : Option[(Box[User], Option[CallContext])] =
|
||||
val resultWithMissingHeaderCheck: Option[(Box[User], Option[CallContext])] =
|
||||
if (missingHeaders.nonEmpty) {
|
||||
val message = if (missingHeaders.size == 1)
|
||||
ErrorMessages.MissingMandatoryBerlinGroupHeaders.replace("headers", "header")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user