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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user