Skip to content

Commit

Permalink
Un-hardcode payment activation flag
Browse files Browse the repository at this point in the history
  • Loading branch information
katherine-signal authored Nov 3, 2023
1 parent d47ff9b commit 115431a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ public static UserCapabilities createForAccount(Account account) {
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
Expand Down

0 comments on commit 115431a

Please sign in to comment.