Files
orris/internal
orris-inc 53482ab6ad fix: populate dataUsedBytes in subscription list endpoints
The list subscription endpoints (user and admin) were returning
dataUsedBytes as 0 because ListUserSubscriptionsUseCase lacked
QuotaService integration. Added GetSubscriptionQuotaPreloaded to
the QuotaService interface to avoid redundant DB lookups when
subscription and plan are already fetched, and wired it into the
list use case to populate traffic usage data in DTOs.
2026-03-02 14:22:41 +08:00
..