-
Notifications
You must be signed in to change notification settings - Fork 658
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
Add expand
argument to various methods on Stripe
#5938
Conversation
277eb0b
to
349ff87
Compare
@@ -517,6 +523,7 @@ class Stripe internal constructor( | |||
* | Custom return_url | WebView | WebView | WebView | | |||
* | |||
* @param activity the `Activity` that is launching the payment authentication flow | |||
* @param confirmSetupIntentParams a set of params with which to confirm the Setup Intent |
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 was missing before.
@@ -558,6 +565,7 @@ class Stripe internal constructor( | |||
* | Custom return_url | WebView | WebView | WebView | | |||
* | |||
* @param fragment the `Fragment` that is launching the payment authentication flow | |||
* @param confirmSetupIntentParams a set of params with which to confirm the Setup Intent |
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 was also missing before.
Diffuse output:
APK
DEX
|
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, would be nice to add a test if possible.
7d57811
Summary
This pull request adds an
expand
argument to various methods onStripe
, defaulting to an empty list.Motivation
RUN_MOBILESDK-1115
Testing
Screenshots
Changelog
[ADDED][CHANGED] Methods onStripe
for retrieving and confirming intents now accept an optionalexpand
argument to expand fields in the response.