caas: migrate -> change_plan

This commit is contained in:
Girish Ramakrishnan
2017-12-09 08:42:15 +05:30
parent 6dec02e1bd
commit 7d0cf1a754
5 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
region: $scope.currentRegionSlug
};
Client.migrate(options, $scope.planChange.password, function (error) {
Client.changePlan(options, $scope.planChange.password, function (error) {
$scope.planChange.busy = false;
if (error) {