Prevent payment yet

This commit is contained in:
Lumaa 2024-06-23 19:47:07 +02:00
parent 5afc7f4872
commit 43cda5dffa
1 changed files with 8 additions and 7 deletions

View File

@ -11,13 +11,14 @@ struct ShopView: View {
@State private var showSub: Bool = false
@State private var purchaseError: Bool = false
private var canPay: Bool {
#if DEBUG
return true
#else
return false
#endif
}
// private var canPay: Bool {
// #if DEBUG
// return true
// #else
// return false
// #endif
// }
private var canPlay: Bool = false
var body: some View {
VStack {