Keep the is-prefix on the wire for isTopLevel/isPlatformProduct

FixBillingService
Shipped
August 8, 2026 at 5:42 PM UTC
Author
Kamo
Commit
b059a50

Lombok generates isTopLevel() for a `boolean isTopLevel` field and Jackson strips the `is` prefix, so the live endpoint was serializing `topLevel` and `platformProduct` while the client reads **************** The client would have read undefined: the Platform and Product badges would never render and the drawer's platform-product switch would always show off, with nothing erroring anywhere. Found by calling the deployed endpoint -- the unit tests mock the query and never saw the serialized names. Pinned with a serialization test that asserts the wire names, the string ids, decimal-string money and ISO dates.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing