-
Notifications
You must be signed in to change notification settings - Fork 238
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
Expose paymentId #1220
Expose paymentId #1220
Conversation
@@ -10,7 +9,6 @@ import com.braintreepayments.api.BrowserSwitchOptions | |||
* @property approvalUrl used for payment approval. | |||
* @property paymentId of the local payment after creation. | |||
*/ | |||
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) |
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.
Is it possible to restrict individual params to library scope? It would be good to keep as much internal as possible to avoid future breaking changes. I think browserSwitchOptions
does not need to be accessible if it can be internal.
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.
@sarahkoop restricted the property browserSwitchOptions
.
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.
One CHANGELOG nitpick then LGTM
Co-authored-by: Sarah Koop <[email protected]>
Summary of changes
Checklist
Authors