Actually report paymentActivation capability
This commit is contained in:
parent
9e5e0d69a2
commit
75cf3f2ff7
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user