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:
@@ -59,8 +59,4 @@ export class AdjustPaymentComponent {
|
||||
cancel() {
|
||||
this.onCanceled.emit();
|
||||
}
|
||||
|
||||
get canChange() {
|
||||
return this.currentType == null || this.currentType === PaymentMethodType.Card || this.organizationId != null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user