mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 02:22:49 -05:00
custom id fields for paypal
This commit is contained in:
@ -68,6 +68,16 @@ namespace Bit.Core.Models.Table
|
||||
return "o";
|
||||
}
|
||||
|
||||
public string BraintreeIdField()
|
||||
{
|
||||
return "organization_id";
|
||||
}
|
||||
|
||||
public string GatewayIdField()
|
||||
{
|
||||
return "organizationId";
|
||||
}
|
||||
|
||||
public long StorageBytesRemaining()
|
||||
{
|
||||
if(!MaxStorageGb.HasValue)
|
||||
|
Reference in New Issue
Block a user