Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RevenueCat/purchases-ios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 68385b1eb79edc644ccfb710e0242caa0c84339f
Choose a base ref
..
head repository: RevenueCat/purchases-ios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2af82b52c5cf6215268f691fc6d6790517871983
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 Sources/Networking/HTTPClient/HTTPRequestPath.swift
6 changes: 3 additions & 3 deletions Sources/Networking/HTTPClient/HTTPRequestPath.swift
Original file line number Diff line number Diff line change
@@ -138,14 +138,14 @@ extension HTTPRequest.Path: HTTPRequestPath {
.postReceiptData,
.health,
.getOfferings,
.getProductEntitlementMapping,
.getCustomerCenterConfig:
.getProductEntitlementMapping:
return true
case .getIntroEligibility,
.postSubscriberAttributes,
.postAttributionData,
.postAdServicesToken,
.postOfferForSigning:
.postOfferForSigning,
.getCustomerCenterConfig:
return false
}
}