fix prevent payment
This commit is contained in:
parent
0eed8e576a
commit
72f53302f9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue