Browse Source

OOB: Migrate service plan listing to new 4.3 Billing APIs endpoint (#82)

4.3
Joris Tirado 7 years ago
committed by GitHub
parent
commit
66f3c7bd8a
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

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


Loading…
Cancel
Save