This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 970
Contribution statement value differs from actual contribution amount #14319
Labels
Milestone
Comments
Brave: 0.22.721
|
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Jun 4, 2018
Resolves brave#14319 Auditors: Test Plan:
10 tasks
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Jun 4, 2018
Resolves brave#14319 Auditors: Test Plan:
NejcZdovc
added a commit
that referenced
this issue
Jun 4, 2018
Adds logic for 90% contribution amount
NejcZdovc
added a commit
that referenced
this issue
Jun 4, 2018
Adds logic for 90% contribution amount
This was referenced Jun 11, 2018
@evq @NejcZdovc Total contribution value is more than the contribution value |
I think the issue of the sum in the statement not adding up to the correct sum is different from the original issue. We should open a new issue - however I think this is super low priority |
sounds good. |
This was referenced Jun 14, 2018
Verified on Windows 10 x64
Verified on
Verified on
|
This was referenced Jun 21, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Description
When you make a contribution with an amount different than your monthly budget the corresponding statement reports shows the month budget amount rather than the amount you actually transferred.
This difference happens when you don't have enough balance to cover your entire budget, there is logic server side to allow payments to go through with 90% of the necessary balance. In this case the browser receives an unsigned transaction for the current wallet balance rather than the desired monthly budget. It sounds like we probably don't make use of the amount in the unsigned transaction currently and always just use the monthly budget during statement generation?
First reported by @BobT36 on another issue - #13156 (comment)
Steps to Reproduce
Actual result:
Amount contributed shows 50 BAT
Expected result:
Amount contributed shows 47.5 BAT
Reproduces how often:
Brave Version
about:brave info:
Reproducible on current live release:
Additional Information
The text was updated successfully, but these errors were encountered: