mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
added wiretransfer payment type
This commit is contained in:
@@ -4,4 +4,5 @@ export enum PaymentMethodType {
|
|||||||
PayPal = 2,
|
PayPal = 2,
|
||||||
BitPay = 3,
|
BitPay = 3,
|
||||||
Credit = 4,
|
Credit = 4,
|
||||||
|
WireTransfer = 5,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user