1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Send SkipTrial = true to organization create when trial length is 0 (#14701)

This commit is contained in:
Alex Morask
2025-05-13 09:31:47 -04:00
committed by GitHub
parent 4cf6e19b30
commit 992b1456a8
4 changed files with 4 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ export class TrialBillingStepComponent implements OnInit, OnDestroy {
const payment: PaymentInformation = {
paymentMethod,
billing: this.getBillingInformationFromTaxInfoComponent(),
skipTrial: this.trialLength === 0,
};
const response = await this.organizationBillingService.purchaseSubscription({