-
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
Fixes sku contribution flow for unblinded tokens #5671
Conversation
@@ -393,8 +396,13 @@ void Unblinded::OnProcessTokens( | |||
redeem.token_list = token_list; | |||
redeem.contribution_id = contribution->contribution_id; | |||
|
|||
credentials_->RedeemTokens(redeem, redeem_callback); | |||
return; | |||
if (redeem.processor == ledger::ContributionProcessor::UPHOLD || |
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.
for this two processors we need to go through different credentials flow as for brave funds
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.
LGTM
793f876
to
9e7a60b
Compare
@NejcZdovc I'm still seeing the issue @GeetaSarvadnya described in brave/brave-browser#9962. Here are the STR I used: plan 1 from above description: Attempt 1: Attempt 2: In both attempt 1 & 2 I get this: Seems as though AC is not working for me on Nightly with an Uphold wallet.
Update - upon further inspection there seems to be a server side issue with staging env. |
Verified passed with
Plan 1:
Plan 2:
|
Replace incognito marker svg file
Replace incognito marker svg file
Resolves brave/brave-browser#9962
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
plan 1:
plan 2:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.