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

Multiple API changes #2257

Merged
merged 1 commit into from
Nov 24, 2020
Merged

Multiple API changes #2257

merged 1 commit into from
Nov 24, 2020

Conversation

remi-stripe
Copy link
Contributor

Multiple API changes:

  • Add support for AccountTaxIds on Invoice
  • Add support for SepaDebit in PaymentMethodOptions on PaymentIntent

r? @richardm-stripe
cc @stripe/api-libraries

Codegen for openapi 35ca85b

set => this.InternalAccountTaxIds = SetExpandableArrayObjects(value);
}

[JsonProperty("account_tax_ids", ItemConverterType = typeof(ExpandableFieldConverter<AccountTaxId>))]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is wrong and should be TaxId, unclear why that broke

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed internally and updated that PR to reflect the newer state

@remi-stripe remi-stripe merged commit f18a0ae into master Nov 24, 2020
@remi-stripe remi-stripe deleted the remi/codegen-35ca85b branch November 24, 2020 17:25
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