-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1fd8cb
commit ac04a94
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ internal object TestFactory { | |
|
||
const val EMAIL = "[email protected]" | ||
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 = "[email protected]" | ||
|
@@ -55,6 +56,7 @@ internal object TestFactory { | |
) | ||
|
||
val CONSUMER_SESSION_SIGN_UP = ConsumerSessionSignup( | ||
accountId = ACCOUNT_ID, | ||
consumerSession = CONSUMER_SESSION, | ||
publishableKey = PUBLISHABLE_KEY | ||
) | ||
|
1 change: 1 addition & 0 deletions
1
paymentsheet/src/androidTest/resources/consumer-accounts-signup-success.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters