1
0
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:
Kyle Spearrin
2017-08-14 10:21:08 -04:00
parent 4749a3da89
commit 226c201925
13 changed files with 587 additions and 342 deletions

View File

@@ -21,7 +21,8 @@
additionalStorageGb: null
};
$scope.changePaymentMethod = function () {
$scope.changePaymentMethod = function (val) {
$scope.paymentMethod = val;
if ($scope.paymentMethod !== 'paypal') {
return;
}