mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
storage in billing and org signup
This commit is contained in:
@ -369,7 +369,7 @@ namespace Bit.Api.Controllers
|
||||
throw new NotFoundException();
|
||||
}
|
||||
|
||||
return new BillingResponseModel(billingInfo);
|
||||
return new BillingResponseModel(user, billingInfo);
|
||||
}
|
||||
|
||||
[HttpPut("payment")]
|
||||
|
Reference in New Issue
Block a user