mirror of
https://github.com/bitwarden/server.git
synced 2025-07-11 21:03:47 -05:00
API updates for tax info collection
This commit is contained in:
@ -486,7 +486,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
await _paymentService.PurchaseOrganizationAsync(organization, signup.PaymentMethodType.Value,
|
||||
signup.PaymentToken, plan, signup.AdditionalStorageGb, signup.AdditionalSeats,
|
||||
signup.PremiumAccessAddon);
|
||||
signup.PremiumAccessAddon, signup.TaxInfo);
|
||||
}
|
||||
|
||||
return await SignUpAsync(organization, signup.Owner.Id, signup.OwnerKey, signup.CollectionName, true);
|
||||
|
Reference in New Issue
Block a user