mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 19:56:59 +00:00
bugfix/fixed the i18n error message bug
This commit is contained in:
parent
5c26e61d17
commit
9f04e30477
@ -4204,7 +4204,7 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
|
||||
|
||||
val transactionRequestChallengeTtl = APIUtil.getPropsAsLongValue("transaction_request_challenge_ttl", 600)
|
||||
|
||||
val obpErrorMessageCodeRegex = "^(OBP-\\d+):"
|
||||
val obpErrorMessageCodeRegex = "^(OBP-\\d+)"
|
||||
|
||||
//eg: UserHasMissingRoles = "OBP-20006: User is missing one or more roles:" -->
|
||||
// errorCode = "OBP-20006:"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user