mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-02 13:23:29 +01:00
[AC-1418] Use the SM plan for billing interval
This commit is contained in:
parent
9100b05133
commit
6562813a82
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user