docfix/added the answer_transactionRequest_challenge_allowed_attempts to release_notes.md

This commit is contained in:
hongwei 2022-08-01 11:37:57 +02:00
parent d94687d622
commit 17385d4b98
2 changed files with 5 additions and 3 deletions

View File

@ -244,6 +244,10 @@ token_expiration_weeks=4
## payment challenge answer timeout,default is 600 seconds/10 minutes
transaction_request_challenge_ttl=600
# the allowed attempts to answer the same transactionRequest Challenge, default is 3 times
#answer_transactionRequest_challenge_allowed_attempts=3
### Sandbox
@ -282,9 +286,6 @@ transactionRequests_challenge_threshold_SEPA=1000
# To set a currency for the above value:
#transactionRequests_challenge_currency=KRW
# the allowed attempts to answer the same transactionRequest Challenge, default is 3 times
#answer_transactionRequest_challenge_allowed_attempts=3
## For video conference meetings (createMeeting)
meeting.tokbox_enabled=false

View File

@ -3,6 +3,7 @@
### Most recent changes at top of file
```
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.
31/03/2022 a0262c3f added new value SIMPLE to props `transactionRequests_supported_types`
added new props `SIMPLE_OTP_INSTRUCTION_TRANSPORT`, default value is `DUMMY`