1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-27 18:34:29 +01:00

credit payment method type

This commit is contained in:
Kyle Spearrin 2019-02-20 20:15:37 -05:00
parent 36e65f08ca
commit 2b931963cd

View File

@ -3,4 +3,5 @@ export enum PaymentMethodType {
BankAccount = 1,
PayPal = 2,
BitPay = 3,
Credit = 4,
}