Flesh out iDEAL sad path UX and address UI polish feedback.

This commit is contained in:
Cody Henthorne
2023-11-07 11:04:36 -05:00
committed by GitHub
parent cfe5ea3f9b
commit 7f2b6a874e
19 changed files with 305 additions and 122 deletions

View File

@@ -306,11 +306,13 @@ message PendingOneTimeDonation {
IDEAL = 3;
}
PaymentMethodType paymentMethodType = 1;
FiatValue amount = 2;
BadgeList.Badge badge = 3;
int64 timestamp = 4;
optional DonationErrorValue error = 5;
PaymentMethodType paymentMethodType = 1;
FiatValue amount = 2;
BadgeList.Badge badge = 3;
int64 timestamp = 4;
optional DonationErrorValue error = 5;
bool pendingVerification = 6;
bool checkedVerification = 7;
}
/**