main
Laurent 3 years ago
parent e87d380a9a
commit 51057f3fcb
  1. 2
      LeCountdown/Subscription/Store.swift

@ -46,7 +46,7 @@ class Store: ObservableObject {
do { do {
let identifiers: [String] = [StorePlan.monthly.rawValue, StorePlan.yearly.rawValue] let identifiers: [String] = [StorePlan.monthly.rawValue, StorePlan.yearly.rawValue]
products = try await Product.products(for: identifiers) products = try await Product.products(for: identifiers)
Logger.log("products = \(self.products.count)") // Logger.log("products = \(self.products.count)")
self.delegate?.productsReceived() self.delegate?.productsReceived()
} catch { } catch {
self.delegate?.errorDidOccur(error: error) self.delegate?.errorDidOccur(error: error)

Loading…
Cancel
Save