Updated on 2026-08-14
This commit is contained in:
parent
17998ef4d7
commit
5490478680
1 changed files with 4 additions and 1 deletions
|
|
@ -140,7 +140,10 @@ private fun handleAction(action: Action, appState: () -> AppState?, dispatch: Di
|
|||
secretKey = moonPaySecretKey,
|
||||
logEnabled = LogConfig.network.moonPayService,
|
||||
)
|
||||
val cardProvider = { store.state.globalState.scanResponse?.card }
|
||||
val cardProvider = {
|
||||
store.state.globalState.scanResponse?.card
|
||||
?: store.state.globalState.onboardingState.onboardingManager?.scanResponse?.card
|
||||
}
|
||||
|
||||
val exchangeManager = CurrencyExchangeManager(
|
||||
buyService = buyService,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue