mirror of
https://github.com/bitwarden/server
synced 2025-12-27 13:43:18 +00:00
Updated PayPal logic to add region custom field (#3127)
This commit is contained in:
@@ -101,6 +101,11 @@ public class User : ITableObject<Guid>, ISubscriber, IStorable, IStorableSubscri
|
||||
return "user_id";
|
||||
}
|
||||
|
||||
public string BraintreeCloudRegionField()
|
||||
{
|
||||
return "region";
|
||||
}
|
||||
|
||||
public string GatewayIdField()
|
||||
{
|
||||
return "userId";
|
||||
|
||||
Reference in New Issue
Block a user