Keep the is-prefix on PlatformAccountSummary's wire names too

FixBillingService
Shipped
August 8, 2026 at 6:21 PM UTC
Author
Kamo
Commit
e712f6d

Same Lombok/Jackson hazard as PlatformOrgRow: isTopLevel() loses its `is` on serialization, so the DTO put `topLevel`/`platformProduct` on the wire while the frontend's declared PlatformAccountSummary type reads isTopLevel/isPlatformProduct. This dates from when the DTO was written, which means the platform-admin UI's "Top-level" and "Platform product" chips were reading undefined and never rendered -- silently, since a missing field is falsy rather than an error. Pinned by extending the serialization test to cover this DTO as well.

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