mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 10:51:27 +01:00
Implement beginnings of support for iDEAL payments.
This commit is contained in:
committed by
Cody Henthorne
parent
280da481ee
commit
5e1025453a
@@ -290,6 +290,7 @@ message PendingOneTimeDonation {
|
||||
CARD = 0;
|
||||
SEPA_DEBIT = 1;
|
||||
PAYPAL = 2;
|
||||
IDEAL = 3;
|
||||
}
|
||||
|
||||
PaymentMethodType paymentMethodType = 1;
|
||||
|
||||
Reference in New Issue
Block a user