Updated on 2026-08-14
This commit is contained in:
parent
851d9ffea9
commit
9f65e1b80c
18 changed files with 347 additions and 2 deletions
|
|
@ -96,4 +96,10 @@ internal object OnrampDomainModule {
|
|||
): OnrampSaveTransactionUseCase {
|
||||
return OnrampSaveTransactionUseCase(onrampTransactionRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideGetOnrampPaymentMethodsUseCase(onrampRepository: OnrampRepository): GetOnrampPaymentMethodsUseCase {
|
||||
return GetOnrampPaymentMethodsUseCase(onrampRepository)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue