File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Yosemite/Yosemite/PointOfSale/Eligibility Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public protocol POSEligibilityServiceProtocol {
88 /// - Parameter siteID: The ID of the site to check visibility for.
99 /// - Returns: The cached visibility state as a boolean, or nil if no cached value exists.
1010 func loadCachedPOSTabVisibility( siteID: Int64 ) -> Bool ?
11-
11+
1212 /// Caches the POS tab visibility state for a specific site.
1313 /// - Parameters:
1414 /// - siteID: The ID of the site to set visibility for.
@@ -35,7 +35,7 @@ public class POSEligibilityService: POSEligibilityServiceProtocol {
3535 let storeSettings = siteSpecificAppSettingsStoreMethods. getStoreSettings ( for: siteID)
3636 return storeSettings. isPOSTabVisible
3737 }
38-
38+
3939 /// Caches the POS tab visibility for a given site.
4040 /// - Parameters:
4141 /// - siteID: The site ID to set visibility for.
You can’t perform that action at this time.
0 commit comments