Browse Source

UI-3093: Use correct endpoint to retrieve available service plans (#60)

4.3
Joris Tirado 8 years ago
committed by GitHub
parent
commit
82cab2b20d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.js

+ 1
- 1
app.js View File

@ -81,7 +81,7 @@ define(function(require) {
servicePlansRole: function(callback) {
if (monster.config.hasOwnProperty('resellerId') && monster.config.resellerId.length) {
self.callApi({
resource: 'servicePlan.list',
resource: 'servicePlan.listAvailable',
data: {
accountId: self.accountId,
filters: {


Loading…
Cancel
Save