1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +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

@@ -8,6 +8,7 @@
$scope.paymentMethod = 'card';
$scope.dropinLoaded = false;
$scope.showPaymentOptions = false;
$scope.hideBank = true;
$scope.card = {};
var btInstance = null;