Add improved handling for credit card errors.

This commit is contained in:
Alex Hart
2022-12-06 10:26:04 -04:00
committed by Cody Henthorne
parent 643206b946
commit 40cf87307a
6 changed files with 123 additions and 73 deletions

View File

@@ -87,7 +87,7 @@ class GiftFlowConfirmationFragment :
keyboardPagerViewModel.setOnlyPage(KeyboardPage.EMOJI)
donationCheckoutDelegate = DonationCheckoutDelegate(this, this)
donationCheckoutDelegate = DonationCheckoutDelegate(this, this, DonationErrorSource.GIFT)
processingDonationPaymentDialog = MaterialAlertDialogBuilder(requireContext())
.setView(R.layout.processing_payment_dialog)