#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

  1. In staging open OpenAPI UI and login under “001” partner owner.
  2. 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

Add wikilinks to related people, meetings, or other tickets