Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
No Bug: Adds DeviceCheck/Attestation debugger (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T authored and kylehickinson committed Nov 2, 2019
1 parent 9866737 commit d3c4213
Show file tree
Hide file tree
Showing 6 changed files with 581 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BraveRewardsUI/Extensions/BraveLedgerExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ extension BraveLedger {
})
}
}

var paymentId: String? {
var id: String?
rewardsInternalInfo { info in
id = info?.paymentId
}
return id
}
}

extension PublisherInfo {
Expand Down
Loading

0 comments on commit d3c4213

Please sign in to comment.