mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
org tax information
This commit is contained in:
@ -517,6 +517,7 @@ namespace Bit.Core.Services
|
||||
Name = signup.Name,
|
||||
BillingEmail = signup.BillingEmail,
|
||||
BusinessName = signup.BusinessName,
|
||||
BusinessCountry = signup.BusinessCountry,
|
||||
PlanType = plan.Type,
|
||||
Seats = (short)(plan.BaseSeats + signup.AdditionalSeats),
|
||||
MaxCollections = plan.MaxCollections,
|
||||
|
Reference in New Issue
Block a user