mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
change payment methods between stripe and paypal
This commit is contained in:
@ -58,6 +58,11 @@ namespace Bit.Core.Models.Table
|
||||
return Name;
|
||||
}
|
||||
|
||||
public string BraintreeCustomerIdPrefix()
|
||||
{
|
||||
return "u";
|
||||
}
|
||||
|
||||
public Dictionary<TwoFactorProviderType, TwoFactorProvider> GetTwoFactorProviders()
|
||||
{
|
||||
if(string.IsNullOrWhiteSpace(TwoFactorProviders))
|
||||
|
Reference in New Issue
Block a user