| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Tests discriminated union serialization for both request-side (array params with literal discriminator) and response-side (StripeObject construction), covering standalone and inline variants. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Committed-By-Agent: claude
|
Collapsed into #2113 (coercion PR now includes serialization tests) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Why?
Validates that the discriminated union serialization design works correctly in stripe-php before codegen produces these patterns. Covers both request-side (array params with literal discriminator) and response-side (StripeObject construction).
What?
See Also