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

Update generated code #1419

Merged
merged 5 commits into from
Jun 24, 2024
Merged

Update generated code #1419

merged 5 commits into from
Jun 24, 2024

Conversation

stripe-openapi[bot]
Copy link
Contributor

@stripe-openapi stripe-openapi bot commented Jun 18, 2024

Codegen for openapi v1093.

Changelog

This release changes the pinned API version to 2024-06-20. Please read the API Upgrade Guide and carefully review the API changes before upgrading.

⚠️ Breaking changes

  • Singleton retrieve method now requires params to be passed as the first argument. Existing calls to singleton retrieve method with only opts argument will have to be updated to account for the addition of params argument.
params = { expand: ["available"] }
opts = { stripe_account: "acct_123" }

# ❌ No longer works
Stripe::Balance.retrieve(opts)

# ✅ Correct way to call retrieve method
Stripe::Balance.retrieve(params, opts)

Additions

  • Add support for finalize_amount test helper method on resource Issuing.Authorization

@stripe-openapi stripe-openapi bot enabled auto-merge (squash) June 18, 2024 19:42
@stripe-openapi stripe-openapi bot merged commit a0542ff into master Jun 24, 2024
12 checks passed
@stripe-openapi stripe-openapi bot deleted the latest-codegen-master branch June 24, 2024 22:49
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

1 participant