1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 13:38:13 -05:00

credit payment type

This commit is contained in:
Kyle Spearrin 2019-02-20 23:50:05 -05:00
parent c6d4440cc5
commit e10c99ec96

View File

@ -6,5 +6,6 @@
BankAccount = 1,
PayPal = 2,
BitPay = 3,
Credit = 4,
}
}