1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

hide paypal until ready

This commit is contained in:
Kyle Spearrin
2017-07-28 21:16:33 -04:00
parent 04da844b22
commit e1ec50bcad
2 changed files with 12 additions and 10 deletions

View File

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