1
0
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:
Kyle Spearrin
2019-02-18 23:40:04 -05:00
parent e45c988637
commit 773f0be84a
4 changed files with 141 additions and 363 deletions

View File

@@ -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 {