diff --git a/PadelClubData/Subscriptions/StoreManager.swift b/PadelClubData/Subscriptions/StoreManager.swift index 425de9a..e34f7e5 100644 --- a/PadelClubData/Subscriptions/StoreManager.swift +++ b/PadelClubData/Subscriptions/StoreManager.swift @@ -71,10 +71,8 @@ public class StoreManager { fileprivate func _productIdentifiers() -> [String] { var items: [StoreItem] = [] switch Guard.main.currentPlan { - case .fivePerMonth: - items = [StoreItem.unit, StoreItem.unit10Pack, StoreItem.monthlyUnlimited] case .monthlyUnlimited: - break + items = [StoreItem.unit, StoreItem.unit10Pack] default: items = [StoreItem.unit, StoreItem.unit10Pack, StoreItem.monthlyUnlimited] }