Skip to content

Commit

Permalink
Update EmbeddedSelectionChooser.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
toluo-stripe committed Jan 23, 2025
1 parent 53b6a25 commit 340facd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ internal class DefaultEmbeddedSelectionChooser @Inject constructor() : EmbeddedS
is PaymentSelection.GooglePay -> {
paymentMethodMetadata.isGooglePayReady
}
is PaymentSelection.Link -> {
is PaymentSelection.Link, is PaymentSelection.LinkExpress -> {
paymentMethodMetadata.linkState != null
}
is PaymentSelection.ExternalPaymentMethod -> {
Expand Down

0 comments on commit 340facd

Please sign in to comment.