1
0
mirror of https://github.com/bitwarden/web synced 2026-01-01 08:03:13 +00:00

change payment for premium

This commit is contained in:
Kyle Spearrin
2017-07-11 11:17:43 -04:00
parent ccb7ede4fa
commit a1529bc4e9
7 changed files with 40 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
$scope.changePayment = function () {
var modal = $uibModal.open({
animation: true,
templateUrl: 'app/organization/views/organizationBillingChangePayment.html',
templateUrl: 'app/settings/views/settingsBillingChangePayment.html',
controller: 'organizationBillingChangePaymentController',
resolve: {
existingPaymentMethod: function () {