Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
No longer setting Link enabled based on the build config.
  • Loading branch information
tillh-stripe committed Aug 30, 2022
1 parent c6a1237 commit e62b83e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class LinkPaymentLauncher @AssistedInject internal constructor(

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
companion object {
val LINK_ENABLED = BuildConfig.DEBUG
val LINK_ENABLED = false
val supportedFundingSources = SupportedPaymentMethod.allTypes
}
}

0 comments on commit e62b83e

Please sign in to comment.