mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
add new gateway and payment method type
This commit is contained in:
parent
b028696891
commit
b229985256
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user