1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

added wiretransfer payment type

This commit is contained in:
Kyle Spearrin 2019-02-25 09:19:36 -05:00
parent d0a0da8ee9
commit fc2f64ee36

View File

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