Skip to content

Commit

Permalink
Fixes [ads] next payment token redemption date is not persisted acros…
Browse files Browse the repository at this point in the history
…s browser launches (uplift to 1.59.x) (#20611)

Uplift of #20609 (squashed) to release
  • Loading branch information
brave-builds authored Oct 23, 2023
1 parent f0ddab5 commit 17055e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ void RedeemPaymentTokens::MaybeRedeemAfterDelay(const WalletInfo& wallet) {
const base::Time redeem_at = timer_.Start(
FROM_HERE, CalculateDelayBeforeRedeemingTokens(),
base::BindOnce(&RedeemPaymentTokens::Redeem, base::Unretained(this)));
SetNextTokenRedemptionAt(redeem_at);

BLOG(1, "Redeem payment tokens " << FriendlyDateAndTime(redeem_at));
}
Expand Down

0 comments on commit 17055e8

Please sign in to comment.