Skip to content

API Updates #1231

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

Merged
merged 6 commits into from
Jul 9, 2021
Merged

API Updates #1231

merged 6 commits into from
Jul 9, 2021

Conversation

richardm-stripe
Copy link
Contributor

Codegen for openapi 780fbc3.
r? @richardm-stripe
cc @stripe/api-libraries

Changelog

  • Add support for new resource Quote
  • Add support for quote on Invoice

@richardm-stripe
Copy link
Contributor Author

This LGTM now! r? @dcr-stripe

Copy link
Contributor

@dcr-stripe dcr-stripe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM! Thanks Richard!

import java.util.Map;
import org.junit.jupiter.api.Test;

public class QuoteTest extends BaseStripeTest {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to add tests for Computed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've done some testing manually. The fixture that we have from stripe-mock doesn't include line_items, so the regression test wouldn't be a very useful one really.

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.

2 participants