mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05: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,
|
BitPay = 4,
|
||||||
[Display(Name = "PayPal")]
|
[Display(Name = "PayPal")]
|
||||||
PayPal = 5,
|
PayPal = 5,
|
||||||
|
[Display(Name = "Bank")]
|
||||||
|
Bank = 5,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,6 @@
|
|||||||
PayPal = 2,
|
PayPal = 2,
|
||||||
BitPay = 3,
|
BitPay = 3,
|
||||||
Credit = 4,
|
Credit = 4,
|
||||||
|
WireTransfer = 5,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user