mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:27:01 +00:00
docfix/added the answer_transactionRequest_challenge_allowed_attempts to release_notes.md
This commit is contained in:
parent
d94687d622
commit
17385d4b98
@ -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
|
||||
|
||||
@ -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`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user