Adds in-app purchases

multistore
Laurent 2 years ago
parent faaeb416c9
commit 6b6b55624d
  1. 3
      PadelClub/Views/Subscription/StoreItem.swift

@ -8,7 +8,8 @@
import Foundation
enum StoreItem: String, Identifiable, CaseIterable {
case monthly = "app.padelclub.tournament.monthly"
case unlimited = "app.padelclub.unlimited"
case unit = "app.padelclub.tournament.unit"
var id: String { return self.rawValue }

Loading…
Cancel
Save