diff --git a/Sources/Purchasing/Purchases/Purchases.swift b/Sources/Purchasing/Purchases/Purchases.swift index 54ea9f0670..3e14831cab 100644 --- a/Sources/Purchasing/Purchases/Purchases.swift +++ b/Sources/Purchasing/Purchases/Purchases.swift @@ -1668,6 +1668,10 @@ extension Purchases: @unchecked Sendable {} internal extension Purchases { + var isStoreKit1Configured: Bool { + return self.storeKit1Wrapper != nil + } + /// - Parameter syncedAttribute: will be called for every attribute that is updated /// - Parameter completion: will be called once all attributes have completed syncing /// - Returns: the number of attributes that will be synced @@ -1701,10 +1705,6 @@ internal extension Purchases { return self.systemInfo.isSandbox } - var isStoreKit1Configured: Bool { - return self.storeKit1Wrapper != nil - } - } #endif