isPaying is not set properly for non-caas
This commit is contained in:
@@ -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 %>';
|
||||
|
||||
Reference in New Issue
Block a user