-
Notifications
You must be signed in to change notification settings - Fork 879
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
Fix the Ad Rewards settings panel #2269
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test
} | ||
|
||
ledger::TransactionsInfo info; | ||
info.FromJson(transactions); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the worst change I've ever seen, whitespace is for idiots! - this comment is just a test :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry sir I will not do this again :-(
47dc6ad
to
d6c23f5
Compare
2dc905f
to
233f5df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++ Worked through test plan, all is well. Client side code updates are fine.
This was a test and we need to merge for uplift so will test in another PR
fixes brave/brave-browser#4008
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests && npm run test-security
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Confirm that "Ad notifications received" and "Estimated earnings this cycle" on the Rewards Panel include the current cycle and past transactions which were not redeemed, i.e. missed the deadline.
Reviewer Checklist:
After-merge Checklist:
changes has landed on.