docfix/added the transactionRequests_payment_limit to release_notes.md

This commit is contained in:
hongwei 2023-05-04 00:07:17 +08:00
parent bcb8fcfd94
commit b8e4ef986a
2 changed files with 2 additions and 1 deletions

View File

@ -294,7 +294,7 @@ transactionRequests_challenge_threshold_SEPA=1000
# To set a currency for the above value:
#transactionRequests_challenge_currency=KRW
# To set the payment limit, default is 100000
# To set the payment limit, default is 100000. we only set the number here, currency is from the request json body.
#transactionRequests_payment_limit=100000
### Management modules

View File

@ -3,6 +3,7 @@
### Most recent changes at top of file
```
Date Commit Action
03/05/2023 bcb8fcfd Added props transactionRequests_payment_limit, default is 100000.
20/01/2023 c26226e6 Added props show_ip_address_change_warning, default is false.
29/09/2022 eaa32f41 Added props excluded.response.behaviour, default is false. Set it to true to activate the props: excluded.response.field.values. Note: excluded.response.field.values can also be activated on a per call basis by the url param ?exclude-optional-fields=true
07/09/2022 53564924 renamed props `language_tag` to `default_locale`, default is en_GB.