mirror of
https://github.com/bitwarden/server.git
synced 2025-07-08 11:24:33 -05:00
add new gateway and payment method type
This commit is contained in:
@ -16,5 +16,7 @@ namespace Bit.Core.Enums
|
||||
BitPay = 4,
|
||||
[Display(Name = "PayPal")]
|
||||
PayPal = 5,
|
||||
[Display(Name = "Bank")]
|
||||
Bank = 5,
|
||||
}
|
||||
}
|
||||
|
@ -7,5 +7,6 @@
|
||||
PayPal = 2,
|
||||
BitPay = 3,
|
||||
Credit = 4,
|
||||
WireTransfer = 5,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user