diff --git a/obp-api/src/main/resources/props/sample.props.template b/obp-api/src/main/resources/props/sample.props.template index 85c884fc5..16acb9d2c 100644 --- a/obp-api/src/main/resources/props/sample.props.template +++ b/obp-api/src/main/resources/props/sample.props.template @@ -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 diff --git a/release_notes.md b/release_notes.md index d435946ca..6eab6e4ad 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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.