-
Notifications
You must be signed in to change notification settings - Fork 367
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 no-parameter Topup.cancel() #581
Conversation
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.
@ek-stripe Thanks for the quick PR! Just a minor nit about the test.
null | ||
); | ||
} | ||
|
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.
You can remove that test since we already test the other methods. We don't do one per prototype since they ultimately call each other!
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.
👍 removed!
cc @stripe/api-libraries for awareness |
assigning to @ob-stripe for release. |
Released as 6.9.0. |
Thanks 👍 |
This adds a no-parameter version of
Topup.cancel()
— the one currently displayed in the docs: https://stripe.com/docs/api/java#cancel_topup