Skip to content

API Updates#1231

Merged
richardm-stripe merged 6 commits intomasterfrom
latest-codegen
Jul 9, 2021
Merged

API Updates#1231
richardm-stripe merged 6 commits intomasterfrom
latest-codegen

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