mirror of
https://github.com/bitwarden/server
synced 2025-12-22 03:03:33 +00:00
Updated PayPal logic to add region custom field (#3127)
This commit is contained in:
@@ -111,6 +111,11 @@ public class Organization : ITableObject<Guid>, ISubscriber, IStorable, IStorabl
|
||||
return "organization_id";
|
||||
}
|
||||
|
||||
public string BraintreeCloudRegionField()
|
||||
{
|
||||
return "region";
|
||||
}
|
||||
|
||||
public string GatewayIdField()
|
||||
{
|
||||
return "organizationId";
|
||||
|
||||
Reference in New Issue
Block a user