mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
purchase org with paypal support
This commit is contained in:
@@ -682,6 +682,11 @@ namespace Bit.Core.Services
|
||||
throw new BadRequestException("Already a premium user.");
|
||||
}
|
||||
|
||||
if(additionalStorageGb < 0)
|
||||
{
|
||||
throw new BadRequestException("You can't subtract storage!");
|
||||
}
|
||||
|
||||
IPaymentService paymentService = null;
|
||||
if(_globalSettings.SelfHosted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user