mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 01:53:55 +00:00
bank account payment method for orgs
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
additionalStorageGb: null
|
||||
};
|
||||
|
||||
$scope.changePaymentMethod = function () {
|
||||
$scope.changePaymentMethod = function (val) {
|
||||
$scope.paymentMethod = val;
|
||||
if ($scope.paymentMethod !== 'paypal') {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user