Overall pay
This commit is contained in:
parent
8a86a1eb38
commit
0ca62fb0a2
|
@ -14,11 +14,7 @@ public struct ShopView: View {
|
|||
@State private var hasSub: Bool = false
|
||||
|
||||
private var canPay: Bool {
|
||||
#if targetEnvironment(simulator) || !DEBUG
|
||||
return true
|
||||
#else
|
||||
return false
|
||||
#endif
|
||||
}
|
||||
|
||||
public var body: some View {
|
||||
|
|
Loading…
Reference in New Issue