-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BANKCON-4898 CollectBankAccountLauncher not using stripeAccountId #5399
BANKCON-4898 CollectBankAccountLauncher not using stripeAccountId #5399
Conversation
Diffuse output:
APK
DEX
|
clientSecret.value, | ||
CollectBankAccountConfiguration.USBankAccount( | ||
publishableKey = lazyPaymentConfig.get().publishableKey, | ||
stripeAccountId = lazyPaymentConfig.get().stripeAccountId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jameswoo-stripe Looks like PaymentSheet would be having this this issue as well, fixed that too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, thanks for getting this fix in!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
1b8acd4
@charliecruzan-stripe @jameswoo-stripe Updated - there's another API call to attach the PI / SI to the FinancialConnectionsSession, added the |
gradle.properties
Outdated
# delete | ||
# PUBLISHABLE_KEY=pk_live_Uxk6GdfUJzeCePW1FdQmeOFM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooops, done!
Summary
CollectBankAccountLauncher
was not acceptingstripeAccountId
, required when making API calls on merchants using Connect.This PR updates the method signature to accept an optional
stripeAccountId
String.Motivation
https://jira.corp.stripe.com/browse/BANKCON-4898
Testing
Changelog