Skip to content

Commit

Permalink
Update AccountOnboardingExampleActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
simond-stripe committed Oct 1, 2024
1 parent 4c265a0 commit b024b59
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class AccountOnboardingExampleActivity : ComponentActivity() {
val embeddedComponentManager = remember {
EmbeddedComponentManager(
activity = this@AccountOnboardingExampleActivity,
// TODO MXMOBILE-2511 - pass publishable key from backend to SDK
configuration = EmbeddedComponentManager.Configuration(""),
fetchClientSecret = viewModel::fetchClientSecret,
)
Expand All @@ -49,4 +50,4 @@ class AccountOnboardingExampleActivity : ComponentActivity() {
}
}
}
}
}

0 comments on commit b024b59

Please sign in to comment.