Merge to beta#3347
Merged
mbroshi-stripe merged 6 commits intobetafrom Mar 24, 2026
Merged
Conversation
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* Add errors when parsing the wrong kind of webhooks payload * update error message
Committed-By-Agent: claude # Conflicts: # src/Stripe.net/Entities/Subscriptions/Subscription.cs # src/Stripe.net/Services/Checkout/Sessions/SessionPaymentMethodOptionsPaypalOptions.cs # src/Stripe.net/Services/Checkout/Sessions/SessionUpdateOptions.cs # src/Stripe.net/Services/Invoices/InvoiceScheduleDetailsPhaseItemOptions.cs # src/Stripe.net/Services/Invoices/InvoiceScheduleDetailsPhaseOptions.cs # src/Stripe.net/Services/PaymentIntents/PaymentIntentPaymentDetailsOptions.cs # src/Stripe.net/Services/PaymentIntents/PaymentIntentPaymentMethodOptionsKlarnaOptions.cs # src/Stripe.net/Services/PaymentIntents/PaymentIntentPaymentMethodOptionsPaypalOptions.cs # src/Stripe.net/Services/SubscriptionItems/SubscriptionItemCreateOptions.cs # src/Stripe.net/Services/SubscriptionSchedules/SubscriptionSchedulePhaseItemOptions.cs # src/Stripe.net/Services/SubscriptionSchedules/SubscriptionSchedulePhaseOptions.cs # src/Stripe.net/Services/Subscriptions/SubscriptionItemOptions.cs
xavdid-stripe
approved these changes
Mar 24, 2026
Contributor
|
build is failing - you may need to generate again. merging isn't enough (since net-new beta code doesn't appear until you generate) |
Run `just gen dotnet --beta` to pick up IHasSetTracking changes from master that were lost during automerge conflict resolution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Committed-By-Agent: claude
This was referenced Apr 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
Routine merge of master changes into the beta release channel.
What?
Merged master into beta using sdk-codegen's automerge tooling (
tools/automerge/dotnet-beta.yaml). All 12 conflicts were resolved automatically by automerge (generated code conflicts in Entities and Services).See Also
N/A
Changelog