-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ads rewards are not refreshed after claiming an ad grant #10094
Labels
bug
feature/ads
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P2
A bad problem. We might uplift this to the next planned release.
QA Pass - Android ARM
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
Milestone
Comments
32 tasks
This was referenced Jun 8, 2020
Closed
Verified passed using
Verified passed using
Verification PASSED on
Verification PASSED on
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
feature/ads
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P2
A bad problem. We might uplift this to the next planned release.
QA Pass - Android ARM
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
Description
Ads rewards are not reconciled with the server after claiming an ads grant. Ads rewards are only reconciled with the server if the user restarts the browser or after ~24 hours when cashing out tokens
Steps to Reproduce
Actual result:
Estimated pending rewards are not reconciled with the server until the user restarts the browser or tokens are cashed-in ~24 hours.
Expected result:
Estimated pending rewards should be reconciled with the server (search for
OnGetPayments
in 1.14.x or above orOnGetPaymentBalance
in older builds andOnGetAdGrants
(due to an error this may beOnGetGrants
) in the diagnostic log and confirm the server returned 2xx response codes and the values in the ads UI value are the same as what was shown after step 2)Reproduces how often:
Easily reproduced
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: