Skip to content

Commit

Permalink
Add confirmation block
Browse files Browse the repository at this point in the history
  • Loading branch information
toluo-stripe committed Jan 13, 2025
1 parent d012bd4 commit 7026722
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ internal class WalletViewModel @Inject constructor(
)
} else {
// Confirm payment with LinkConfirmationHandler
// linkConfirmationHandler.confirm(
// paymentDetails = selectedPaymentDetails,
// linkAccount = linkAccount,
// cvc = _uiState.value.cvcInput.takeIf { it.isComplete }?.value
// )
}
}

Expand Down

0 comments on commit 7026722

Please sign in to comment.