isPaying is not set properly for non-caas

This commit is contained in:
Girish Ramakrishnan
2017-06-21 20:37:24 -07:00
parent 6d0cdc36b2
commit 4d7f9ba9a5
2 changed files with 6 additions and 2 deletions

View File

@@ -114,8 +114,7 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
isCustomDomain: false,
region: null,
size: null,
memory: 0,
isPaying: false
memory: 0
};
this._installedApps = [];
this._clientId = '<%= oauth.clientId %>';