Skip to content
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

Fix PaymentMethodCreateParams annotations #2981

Merged
merged 1 commit into from
Oct 28, 2020
Merged

Conversation

mshafrir-stripe
Copy link
Collaborator

Public create() methods should be annotated with @JvmStatic,
not @JvmSynthetic. Only internal methods should be annotated with
@JvmSynthetic.

Public `create()` methods should be annotated with `@JvmStatic`,
not `@JvmSynthetic`. Only internal methods should be annotated with
`@JvmSynthetic`.
@mshafrir-stripe mshafrir-stripe merged commit 923fa1d into master Oct 28, 2020
@mshafrir-stripe mshafrir-stripe deleted the fix-pm-annotations branch October 28, 2020 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants