Implement beginnings of support for iDEAL payments.

This commit is contained in:
Alex Hart
2023-10-18 14:30:09 -04:00
committed by Cody Henthorne
parent 280da481ee
commit 5e1025453a
35 changed files with 1018 additions and 125 deletions

View File

@@ -290,6 +290,7 @@ message PendingOneTimeDonation {
CARD = 0;
SEPA_DEBIT = 1;
PAYPAL = 2;
IDEAL = 3;
}
PaymentMethodType paymentMethodType = 1;