mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
credit payment method type
This commit is contained in:
@@ -3,4 +3,5 @@ export enum PaymentMethodType {
|
|||||||
BankAccount = 1,
|
BankAccount = 1,
|
||||||
PayPal = 2,
|
PayPal = 2,
|
||||||
BitPay = 3,
|
BitPay = 3,
|
||||||
|
Credit = 4,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user