refactor: remove mock financial repository from BillingModule bindings

This commit is contained in:
Achintha Isuru
2026-01-30 17:57:57 -05:00
parent a8e44046f9
commit cbc9166aba

View File

@@ -15,10 +15,6 @@ import 'presentation/pages/billing_page.dart';
class BillingModule extends Module {
@override
void binds(Injector i) {
// External Dependencies (Mocks from data_connect)
// In a real app, these would likely be provided by a Core module or similar.
i.addSingleton(FinancialRepositoryMock.new);
// Repositories
i.addSingleton<BillingRepository>(
() => BillingRepositoryImpl(