mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[PM-18321] Fix sales tax calculation for secrets manager (#13409)
This commit is contained in:
@@ -1043,7 +1043,8 @@ export class ChangePlanDialogComponent implements OnInit, OnDestroy {
|
|||||||
if (this.organization.useSecretsManager) {
|
if (this.organization.useSecretsManager) {
|
||||||
request.secretsManager = {
|
request.secretsManager = {
|
||||||
seats: this.sub.smSeats,
|
seats: this.sub.smSeats,
|
||||||
additionalMachineAccounts: this.sub.smServiceAccounts,
|
additionalMachineAccounts:
|
||||||
|
this.sub.smServiceAccounts - this.sub.plan.SecretsManager.baseServiceAccount,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user