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