v0.2.0
- Enforced strict typing in
TransactionsRepository,CustomersRepository, andPayoutsRepository— methods now accept typed DTOs and returnApiResponse<T>. - Fixed
PayWidgetto handle token-only API responses by constructing the checkout URL as a fallback. - Improved
BaseRepository.normalizeApiDatato only unwrap known Fedapay wrapper keys (v1/*). - Refactored test suite to use a shared
FakeDioServiceand added DTO-specific test cases.