mirror of
https://github.com/bitwarden/web
synced 2025-12-18 09:13:17 +00:00
move to stripe elements
This commit is contained in:
@@ -151,7 +151,6 @@ export class CreateOrganizationComponent implements OnInit {
|
||||
request.additionalStorageGb = this.additionalStorage;
|
||||
request.premiumAccessAddon = this.plans[this.plan].canBuyPremiumAccessAddon &&
|
||||
this.premiumAccessAddon;
|
||||
request.country = this.paymentComponent.getCountry();
|
||||
if (this.interval === 'month') {
|
||||
request.planType = this.plans[this.plan].monthPlanType;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user