1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

enable paypal for orgs. and paypal method changes

This commit is contained in:
Kyle Spearrin
2019-01-31 12:11:23 -05:00
parent 459bc69032
commit b47f7e8cf1
4 changed files with 3 additions and 19 deletions

View File

@@ -59,8 +59,4 @@ export class AdjustPaymentComponent {
cancel() {
this.onCanceled.emit();
}
get canChange() {
return this.currentType == null || this.currentType === PaymentMethodType.Card || this.organizationId != null;
}
}