Actually report paymentActivation capability

This commit is contained in:
Max Radermacher 2023-10-25 13:13:55 -05:00
parent 9e5e0d69a2
commit 75cf3f2ff7

View File

@ -131,6 +131,7 @@ public struct AccountAttributes: Codable {
public let hasSVRBackups: Bool
public let changeNumber = true
public let pni = true
public let paymentActivation = true
public enum CodingKeys: String, CodingKey {
case gv2
@ -144,6 +145,7 @@ public struct AccountAttributes: Codable {
case hasSVRBackups = "storage"
case changeNumber
case pni
case paymentActivation
}
}
}