mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Flesh out iDEAL sad path UX and address UI polish feedback.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user