Updated on 2026-08-14
This commit is contained in:
parent
6fdc36557a
commit
a3e92038c7
1 changed files with 1 additions and 0 deletions
|
|
@ -7,5 +7,6 @@ class OnrampSaveDefaultCountryUseCase(private val repository: OnrampRepository)
|
|||
|
||||
suspend operator fun invoke(country: OnrampCountry) {
|
||||
repository.saveDefaultCountry(country)
|
||||
repository.saveDefaultCurrency(country.defaultCurrency)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue