refactor/tweaked the props name to transactionRequest.challenge.ttl.seconds

This commit is contained in:
hongwei 2022-08-02 15:55:15 +02:00
parent 17385d4b98
commit ba690c1f6e
3 changed files with 3 additions and 3 deletions

View File

@ -242,7 +242,7 @@ mail.smtp.port=25
token_expiration_weeks=4
## payment challenge answer timeout,default is 600 seconds/10 minutes
transaction_request_challenge_ttl=600
transactionRequest.challenge.ttl.seconds=600
# the allowed attempts to answer the same transactionRequest Challenge, default is 3 times
#answer_transactionRequest_challenge_allowed_attempts=3

View File

@ -4202,7 +4202,7 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
|
""".stripMargin
val transactionRequestChallengeTtl = APIUtil.getPropsAsLongValue("transaction_request_challenge_ttl", 600)
val transactionRequestChallengeTtl = APIUtil.getPropsAsLongValue("transactionRequest.challenge.ttl.seconds", 600)
val obpErrorMessageCodeRegex = "^(OBP-\\d+):"

View File

@ -4,7 +4,7 @@
```
Date Commit Action
01/08/2022 d94687d6 added new props `answer_transactionRequest_challenge_allowed_attempts`, default is 3 .
03/05/2022 5fe70270 added new props `transaction_request_challenge_ttl`, default is 600 seconds.
03/05/2022 5fe70270 added new props `transactionRequest.challenge.ttl.seconds`, default is 600 seconds.
31/03/2022 a0262c3f added new value SIMPLE to props `transactionRequests_supported_types`
added new props `SIMPLE_OTP_INSTRUCTION_TRANSPORT`, default value is `DUMMY`
24/02/2022 2882805c removed `kafka`,`kafka_vJune2017` and `kafka_vMar2017` connectors