mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[AC-1418] Use the SM plan for billing interval
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user