Skip to content

Commit

Permalink
Fixed custom entitlement computation
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Jul 31, 2023
1 parent 7e70d6a commit f0a485f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Purchasing/Purchases/Purchases.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ private extension Purchases {
}
}

private func warmUpEligibilityCache(offering: RevenueCat.Offering, paywall: PaywallData) {
private func warmUpEligibilityCache(offering: RCOffering, paywall: PaywallData) {
let packageTypes = Set(paywall.config.packages)
let products: [String] = offering.availablePackages
.lazy
Expand Down
1 change: 1 addition & 0 deletions Sources/Support/FrameworkDisambiguation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@

typealias RCRefundRequestStatus = RefundRequestStatus
typealias RCErrorCode = ErrorCode
typealias RCOffering = Offering
let RCDefaultLogHandler = defaultLogHandler

0 comments on commit f0a485f

Please sign in to comment.