mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Send SkipTrial = true to organization create when trial length is 0 (#14701)
This commit is contained in:
@@ -6,4 +6,5 @@ import { OrganizationNoPaymentMethodCreateRequest } from "../../../billing/model
|
||||
export class OrganizationCreateRequest extends OrganizationNoPaymentMethodCreateRequest {
|
||||
paymentMethodType: PaymentMethodType;
|
||||
paymentToken: string;
|
||||
skipTrial?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user