Skip to content

Commit

Permalink
Fixes redeeming of payment tokens sometimes is not triggered with Sho…
Browse files Browse the repository at this point in the history
…uldAlwaysRunBraveAdsService - 1.59.x (#20217)

Fixes redeeming of payment tokens sometimes is not triggered with ShouldAlwaysRunBraveAdsService
  • Loading branch information
tmancey authored Sep 19, 2023
1 parent f2fd266 commit eebf56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_ads/core/internal/account/account.cc
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ void Account::OnNotifyRewardsWalletDidUpdate(const std::string& payment_id,
const std::string& recovery_seed) {
SetWallet(payment_id, recovery_seed);

MaybeRefillConfirmationTokens();
Initialize();
}

void Account::OnNotifyDidSolveAdaptiveCaptcha() {
Expand Down

0 comments on commit eebf56d

Please sign in to comment.