Un-hardcode payment activation flag
This commit is contained in:
parent
d47ff9b7c7
commit
115431a486
|
@ -39,8 +39,7 @@ public record UserCapabilities(
|
|||
true,
|
||||
true,
|
||||
|
||||
// Hardcode payment activation flag to false until all clients support the flow
|
||||
false,
|
||||
account.isPaymentActivationSupported(),
|
||||
|
||||
// Although originally intended to indicate that clients support phone number identifiers, the scope of this
|
||||
// flag has expanded to cover phone number privacy in general
|
||||
|
|
Loading…
Reference in New Issue