Skip to content

Commit

Permalink
Fix test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Dec 6, 2024
1 parent f1fd8cb commit ac04a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions link/src/test/java/com/stripe/android/link/TestFactory.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ internal object TestFactory {

const val EMAIL = "email@stripe.com"
const val CLIENT_SECRET = "client_secret"
const val ACCOUNT_ID = "acct_123"
const val PUBLISHABLE_KEY = "publishable_key"
const val MERCHANT_NAME = "merchantName"
const val CUSTOMER_EMAIL = "customer@email.com"
Expand Down Expand Up @@ -55,6 +56,7 @@ internal object TestFactory {
)

val CONSUMER_SESSION_SIGN_UP = ConsumerSessionSignup(
accountId = ACCOUNT_ID,
consumerSession = CONSUMER_SESSION,
publishableKey = PUBLISHABLE_KEY
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"account_id": "acct_123",
"auth_session_client_secret": null,
"publishable_key": "pk_545454676767898989",
"consumer_session": {
Expand Down

0 comments on commit ac04a94

Please sign in to comment.