mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
adjust payment for orgs
This commit is contained in:
@@ -61,6 +61,6 @@ export class AdjustPaymentComponent {
|
||||
}
|
||||
|
||||
get canChange() {
|
||||
return this.currentType == null || this.currentType === PaymentMethodType.Card;
|
||||
return this.currentType == null || this.currentType === PaymentMethodType.Card || this.organizationId != null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user