1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[AC-1418] Use the SM plan for billing interval

This commit is contained in:
Shane Melton
2023-06-22 14:32:03 -07:00
parent 9100b05133
commit 6562813a82

View File

@@ -170,7 +170,7 @@ export class OrganizationSubscriptionCloudComponent implements OnInit, OnDestroy
seatPrice: this.sub.secretsManagerPlan.seatPrice,
serviceAccountLimit: this.sub.maxAutoscaleSmServiceAccounts,
serviceAccountCount: this.sub.smServiceAccounts,
interval: this.billingInterval,
interval: this.sub.secretsManagerPlan.isAnnual ? "year" : "month",
additionalServiceAccountPrice: this.sub.secretsManagerPlan.additionalPricePerServiceAccount,
baseServiceAccountCount: this.sub.secretsManagerPlan.baseServiceAccount,
};