#482 — [Bug]: Get dashboard data returns 2 “Unknown” entries.
Repo: Twill-AI/facade State: closed | Status: done Assignee: meliascosta
Created: 2025-08-12 · Updated: 2025-08-13
Description
Steps to reproduce
- In staging open OpenAPI UI and login under “001” partner owner.
- Call GET
/partner/merchants/dashboard, investigate “business_type_performance” field values.
Expected behavior
Have “business_type_performance” entries with unique and human-friendly business_type values.
It should be covered by unit tests.
Actual behavior
It contains 2 entries
{
"business_type": "Unknown",
"volume": 0
}No unit tests.
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets