mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 02:22:49 -05:00
change payment methods between stripe and paypal
This commit is contained in:
@ -63,6 +63,11 @@ namespace Bit.Core.Models.Table
|
||||
return BusinessName;
|
||||
}
|
||||
|
||||
public string BraintreeCustomerIdPrefix()
|
||||
{
|
||||
return "o";
|
||||
}
|
||||
|
||||
public long StorageBytesRemaining()
|
||||
{
|
||||
if(!MaxStorageGb.HasValue)
|
||||
|
Reference in New Issue
Block a user