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

API Updates #766

Merged
merged 4 commits into from
Jan 20, 2022
Merged

API Updates #766

merged 4 commits into from
Jan 20, 2022

Conversation

richardm-stripe
Copy link
Contributor

Codegen for openapi 4d2f301.
r? @yejia-stripe
cc @stripe/api-libraries

Changelog

  • Add support for new resource PaymentLink

@jleclanche
Copy link
Contributor

@richardm-stripe FYI a very large amount of your diff is newline and code style changes, you might want to make sure it's all canonicalized at some point (eg. by using black after codegen)

@@ -1601,3 +1601,27 @@ def test_checkout_session_create2(self, request_mock):
],
)
request_mock.assert_requested("post", "/v1/checkout/sessions")

def test_paymentintent_create2(self, request_mock):
Copy link
Contributor

Choose a reason for hiding this comment

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

what's that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

A codegenned test from a previous release that didn't affect the stripe-python implementation.

@richardm-stripe richardm-stripe merged commit 64edaa6 into master Jan 20, 2022
@richardm-stripe richardm-stripe deleted the latest-codegen branch February 11, 2022 18:19
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