fix prevent payment

This commit is contained in:
Lumaa 2024-06-24 16:12:21 +02:00
parent 0eed8e576a
commit 72f53302f9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ struct ShopView: View {
// return false
// #endif
// }
private var canPlay: Bool = false
private var canPay: Bool = false
var body: some View {
VStack {