mirror of
https://github.com/bitwarden/server
synced 2025-12-29 06:33:43 +00:00
Start subscription for provider during setup process. (#3957)
This commit is contained in:
@@ -724,7 +724,7 @@ public class OrganizationsController : Controller
|
||||
|
||||
[HttpPut("{id}/tax")]
|
||||
[SelfHosted(NotSelfHostedOnly = true)]
|
||||
public async Task PutTaxInfo(string id, [FromBody] OrganizationTaxInfoUpdateRequestModel model)
|
||||
public async Task PutTaxInfo(string id, [FromBody] ExpandedTaxInfoUpdateRequestModel model)
|
||||
{
|
||||
var orgIdGuid = new Guid(id);
|
||||
if (!await _currentContext.OrganizationOwner(orgIdGuid))
|
||||
|
||||
Reference in New Issue
Block a user