Increase max one-off contribution by 4 percent #6520
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What are you doing in this PR?
Increasing the maximum allowed one-off contribution by 4% to allow people to use the "cover transaction cost" checkbox on the highest contributions.
Trello Card
Why are you doing this?
We've seen alarms since adding the checkbox (#6277) that people went over the maximum! This is because the client did not validate the maximum after the additional 4% added by the checkbox. This maximum amount is not a legal / tax decision and is just reputational, so adding 4% is OK.
How to test
I pointed the payment-api to local and ran it there with the changes. Then in the UK made a one off contribution of £1991 plus the checkbox
Screenshots
Before
After