Skip to content

Commit

Permalink
Fix omitted secret
Browse files Browse the repository at this point in the history
  • Loading branch information
toluo-stripe committed Jan 22, 2025
1 parent 5240a48 commit 654b642
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import com.stripe.android.model.PaymentIntentFixtures
import com.stripe.android.model.PaymentMethod
import com.stripe.android.model.PaymentMethodCreateParams
import com.stripe.android.paymentsheet.PaymentSheet
import com.stripe.android.paymentsheet.PaymentSheetFixtures
import com.stripe.android.paymentsheet.paymentdatacollection.FormArguments
import com.stripe.android.paymentsheet.state.PaymentElementLoader
import com.stripe.android.ui.core.Amount
Expand Down Expand Up @@ -135,7 +136,7 @@ internal object TestFactory {
cardBrandChoice = null,
passthroughModeEnabled = false,
useAttestationEndpointsForLink = false,
initializationMode = PaymentElementLoader.InitializationMode.PaymentIntent("gg")
initializationMode = PaymentSheetFixtures.INITIALIZATION_MODE_PAYMENT_INTENT
)

val LINK_WALLET_PRIMARY_BUTTON_LABEL = Amount(
Expand Down

0 comments on commit 654b642

Please sign in to comment.